Archive
Blog Archives
User Login With WordPress using React Native
After seeing a lot of requests about this topic on Google, I’ve decided to make my own tutorial about it. So let’s get started! On the render() method of your React Native component, create a Form with input fields for Username and Password. this.state = { validating: false } render() { return ( <Container> <Content> […]
Change Password using AJAX and jQuery in WordPress Front-End
The feature is easy to do using just plain PHP and HTML, but if you are like me who wants to take small bits of modules into the next level then you might probably want to check out this tutorial on how to
PHP Function to Validate Date Format
Simple PHP Function that can be used to validate date format of user input
PHP Function to Validate User Age
Simple PHP Function that allows you to check / validate the age of your users to prevent them from accessing exclusive web contents
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.
Adding a Simple Math Captcha to your Form in PHP
Useful Math Captcha to prevent robots from submitting automated requests