Chris wrote:
Roman Rumisek wrote:
In phpinfo page SCRIPT_NAME variable is set correctly.
What have effect this variable ? May be include_path setting ?
That means something in your script is modifying it.
Without seeing code nobody's going to be able to help much more than that.
If it's a lot of code, every 50 lines echo out $_SERVER['SCRIPT_NAME'],
or if you're using functions then print it out in every function call -
see where it breaks then work backwards.
I should also say don't post all of your code to the list - use
http://www.pastebin.com and send us a url.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php