PHP expert |
|
Weet je dat zeker?
Ik zal het even testen.
---------------------
index.php:
---------------------
__FILE__: c:\wamp\www\test\index.php
PHP_SELF: /test/index.php
REQUEST_URI: /test/
---------------------
inc.php:
---------------------
__FILE__: c:\wamp\www\test\inc.php
PHP_SELF: /test/index.php
REQUEST_URI: /test/
---------------------
--------------------- index.php: --------------------- __FILE__: c:\wamp\www\test\index.php PHP_SELF: /test/index.php REQUEST_URI: /test/ --------------------- inc.php: --------------------- __FILE__: c:\wamp\www\test\inc.php PHP_SELF: /test/index.php REQUEST_URI: /test/ ---------------------
Dus of je hebt het niet getest, of je server doet raar. |