View Single Post
  #5 (permalink)  
Old 17-03-2008, 14:29
AlexP's Avatar
AlexP AlexP is offline
System Administrator.
 
Join Date: Apr 2007
Posts: 69
Default

Yes, $_SERVER[’PHP_SELF’] ,$PHP_SELF variable within PHP does not work,You can try replacing your code:
$PHP_SELF = $REQUEST_URI

or

$url = sprintf("%s%s%s","http://",$HTTP_HOST,$REQUEST_URI);

It will work .
__________________
Thanks and Regards,
Alex P
System Administrator.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote