Posts Tagged ‘PHP’
How to get the current url in PHP?
Wednesday, March 23, 2011 7:27 No CommentsHere is simple code to get the current url in PHP
Quickly retrieving HTTP response status code of URL using HEAD method in PHP
Sunday, July 4, 2010 14:35 No CommentsHere is simple to retrieve the HTTP response status code of URL using HEAD method in PHP.
Displaying timer from server time instead of using client side time in Javascript
Sunday, June 20, 2010 14:01 1 CommentHere is the useful Javascript function, which retrieves the Server Date Time from PHP and stores into Javascript variable. Finally runs the timer in Javascript.
Finding image url is valid or not in PHP
Thursday, June 17, 2010 4:01 No CommentsHere is the very useful function to find image url is valid or not in PHP