This example is explaining how to create secure user registration using php and mysql.This is very secure using salt value into database users table.It…
Validation
Wordpress
wordpress publish a post from frontend without plugin
How to publish a post from frontend without plugin in wordpress? This is not a complex task and users can publish their own post…
Wordpress
WordPress add custom field to registration form without plugin
I’m going to show how to add custom field to user registration form in wordpress.I checked through the internet to add this custom field…
HTML
Creating QR code using Google Chart
How can you create QR codes? QR codes means Quick Response Code.This contains hidden details.Using as the trademark.This QR codes can be read by…
Mix
Redirect dynamic url to static url using htaccess
If you want to redirect bulk of dynamic url to specific / static url, it can do using htaccess file.Here is a example to…
PHP
PHP Validate Email Address
How to validate Email address using php.This can be easily done by php regular expressions. Here is a email validation example.Only you have to…