Originally posted by planetsim
echo $_SERVER['SCRIPT_URI'];
[/B]
I made a test.php which has the following code.
<?php
echo $_SERVER['SCRIPT_URI'];
?>
The code above is all code in test.php.
When I browse it, it display nothing but white.
What did I do wrong?