PHP Code – FIle Uploading Restricting File Size & Extension
File Uploading in PHP Restricting File Size and File Extension When we Use a form for File Uploading in PHP then we need to create a Uploading input of type File which is used to create Uploading...
View ArticlePHP Code – Find and Replace Application
Find and Replace Application in PHP In Windows Notepad There is Feature of Find and Replace a Text With the Another Text.Similarly Here In this Tutorial We also Create a Find and Replace Application...
View ArticlePHP Code – Search Engine Using MySQL
Creating a Search Engine in PHP and MySQL In this Tutorial We are Creating a Search Engine in PHP and MySQL By Which we can search Particular Data From the Database. For Making this There are few Steps...
View ArticlePHP Code – Simple Contact Form
How to Create a Simple Contact Form in PHP In Mostly Website We see a Contact Us Page in Which a Contact Form is made in PHP. Which help to Contact the Admin of a Website. Where We Enter Our Name and...
View ArticleEmail Protector Made in PHP and JavaScript
Here We Create a Email Protector Which is Spam Proof Help Your Email Form Unknown Spam. For Making This We Use explode() Function Which Returns an array of substrings from a target string. The...
View ArticlePHP Code – Encrypting Password Using Md5()
Encrypting Password in PHP Using md5() Function When a User Login and Register to its Account Then Password is Saved into the Database or Any Record But What Happens When Someone Sees Your Password...
View Article