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 >>>>
Posts By: muni
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 >>>>
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 >>>>
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 >>>>
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 >>>>
Inline edit using jQuery and PHP, MySQL and Bootstrap 3
In this tutorial I had updated my previous tutorial on Inline Edit ( Inline Editing using PHP, MySQL, jQuery and Twitter Bootstrap ) using Twitter Bootstrap 3.2. If you have any doubt in this tutorial please refer my previous tutorial….. Read More >>>>