Tuesday, April 20, 2010

PHP - Get the extended url

If you want to extract jobid=45&recordid=67 from
http://www.charitha.com?jobid=45&recordid=67 link, use following function


$HTTP_SERVER_VARS["QUERY_STRING"];

No comments:

Post a Comment