Posts Tagged ‘PHP’

How to get the current url in PHP?

Wednesday, March 23, 2011 7:27 No Comments

Here is simple code to get the current url in PHP

This was posted under category: PHP Tags: ,

Quickly retrieving HTTP response status code of URL using HEAD method in PHP

Sunday, July 4, 2010 14:35 No Comments

Here is simple to retrieve the HTTP response status code of URL using HEAD method in PHP.

This was posted under category: PHP Tags: , , , ,

Displaying timer from server time instead of using client side time in Javascript

Sunday, June 20, 2010 14:01 1 Comment

Here is the useful Javascript function, which retrieves the Server Date Time from PHP and stores into Javascript variable. Finally runs the timer in Javascript.

This was posted under category: Javascript Tags: , , , , , ,

Finding image url is valid or not in PHP

Thursday, June 17, 2010 4:01 No Comments

Here is the very useful function to find image url is valid or not in PHP

This was posted under category: PHP Tags: , , ,