Posted by Gaga on 12/06/06 13:39
I still have problems with :
if(isset($_REQUEST['name']) && isset($_REQUEST['lastname']))
{
echo " $name ";
echo " $lastname";
}
else
{
echo ' Error ';
}
After i have changed to REQUEST i get wright part but there is no checking.
If you leave the name texbox blank you will end up in the first part... the
same if you enter both fields. ?
Navigation:
[Reply to this message]
|