In this tutorial we are going to see simple User registration, Login and Forget password functionality using PHP5 object oriented programming, MySQLi, jQuery and Bootstrap. As well it has templating system that’s after login pages (home.php, going.php and lesson.php) will….. Read More >>>>
Continue Reading »PHP
Encrypt and Decrypt String/text/ids for URL Using PHP
Mostly we pass some ids in url to detail page to view detailly about the particular user/something. Passing ids in URL is biggest security issue. When someone sees this ids in url, he can easily change it to see others….. Read More >>>>
Continue Reading »Thumbnail Image Generation From Uploaded Image Using PHP
For some requirement we need to generate thumbnail image from user uploaded image without decreasing image quality. Here is php script that resizes upload image (whether it small or bigger one ) to the thumbnail size you set. Note: PHP….. Read More >>>>
Continue Reading »Ajax Multiple Image Upload With Resize Using jQuery PHP
In previous tutorial I had explained ajax single image upload using jQuery and PHP. Ajax Image Upload Using jQuery, PHP and MySQL In this tutorial we are going to see Ajax Multiple Image Upload With Resize Using jQuery PHP and ….. Read More >>>>
Continue Reading »Ajax Image Upload Using jQuery, PHP and MySQL
Ajax image upload using jQuey and PHP will give nice user experience than HTML form posting. In this post we are going to see how to upload an image using ajax form posting. Please refer following tutorial in this series….. Read More >>>>
Continue Reading »Get Content of HMTL Page Using PHP CURL
In some situation you may need to get html content of given URL. Here is I am showing one of the method to get html content of given URL using PHP CURL. You may use file_get_contents() method in PHP to….. Read More >>>>
Continue Reading »