Tag Archives: PHP

Display Current Date and Time – PHP

Good Morning to all, Some website used to display the current date or time in frond-end. This is very simple method to display the data or time using php.In PHP5, to display date and time provide inbuilt function for solve this problem. The PHP date() function return the current date and time according to the… Read More »

Ajax Upload and Resize an Image with PHP

Hi Guys, Today I am presenting the most important social networking feature called ajax upload and resize an image without refreshing the page using PHP and jquery. This article contains three folders called js,includes and uploads with PHP files. includes — getExtension.php — compressImage.php js — jquery.min.js — jquery.form.js uploads index.php ajaximageupload.php We can upload… Read More »

Facebook Style Background Image Upload and Position Adjustment

Hi all, I share somany article related to web development. Many people use my article for their professional growth. I got many tutorial requests from my readers related to web development using php, wordpress, mysql, ajax, jquery, javascript etc. From their request, one of my readers asked to me “ how to design facebook style… Read More »