fetching the url in php

asteftEffiree

New Member
my url is like below:http://www.xyz.org/abc/list.php?id=1now "$_SERVER['PHP_SELF']" gives me only "abc/list.php" this portionand "$_SERVER['REQUEST_URI']" gives me "abc/list.php?id=1" thisnow if i want to fetch only the portion "?id=1" how to do that.coz im having problems in the paging query for this.thanxx in advance...
 
Back
Top