Hello everybody
I have an "update page" and anytime I refresh it I lost the ID variable. I have problems getting the variable again
This is my example of code
echo "<form method=post action=$PHP_SELF?>\n";
echo "<input name='IDav' type='hidden' value='<? echo '$ID'; ?>'>";
and I only get a blank page ....
Any help ?