PHP5 Class Object Simple Tutorial Add Comment see bewlow example: <?php class Employee { private $first_name, $last_name; public function getData($first_n... Read More
Upload Images Auto Display From Folder Without Mysql Database Add Comment It is used to glob() function <?php $files = glob('images/*.*'); To display images useing for loop m... Read More
Content display x words in PHP function Add Comment It is used easy function for php bignners. Below Show 3 methods Method 1 : It is used to substr(0 function <?php ... Read More
Page Redirection script in PHP Add Comment Page Redirection are more than methods. But Below Show three method Read More
Easy Create Email PHP Contact Form with Validations Add Comment First you create 2 files 1. contact.html 2. sendmail.php Read More