Author |
Message |
Topic: 'PHP_SELF' |
Zuprem
Replies: 11
Views: 16642
|
|
the bottom line is that this option is avalaible on other webservers, that it is useful, really useful to some people (example: me!) and that Abyss doesn't have it (or we -the ones who posted here til ... |
Topic: 'PHP_SELF' |
Zuprem
Replies: 11
Views: 16642
|
|
well, that is not my webserver.. yet, this is not a bug.. having a script that uses / instead of ? enables me to trick some programs: the test.php?ed=1&bed=2 is viewed as file test.php with some ... |
Topic: 'PHP_SELF' |
Zuprem
Replies: 11
Views: 16642
|
|
http://zuprem.dap.ro/test.php/this/is/a/test/
the server i put this testpage on has register_globals off.. |
Topic: 'PHP_SELF' |
Zuprem
Replies: 11
Views: 16642
|
|
all i know is that when i type http://www.aphphoster.bla/index.php/page/1/type/2/ $_SERVERindex.php/page/1/type/2/; if i do that in my Abyss that variable returns only index.php. |
Topic: 'PHP_SELF' |
Zuprem
Replies: 11
Views: 16642
|
|
'PHP_SELF'
The filename of the currently executing script, relative to the document root. For instance, $_SERVER
this is what i fond in the php manual.. the most important is the last line. i unde ... |
|