hi,
i'm a newbie,a very new one.I'm sure that this problem has been resolved thausands of times, but it's two days that i'm blocked.So, please help me.
This script:
<?php
echo "<form name=mod method=post action=".$PHP_SELF.">";
gives me: Notice: Undefined variable: PHP_SELF
the same error id returned by unsing other variables
i've tried usig $_SERVER['PHP_SELF'] but it still won't work.
register globals should be on or off?