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.
|