|
Posted by Pablo on 05/29/07 16:39
Hi at all
this code it'ld stop and exit if the user do not entered $dbf but it do not
work
Why?
if (!isset($_GET['dbf']) || (isset($_GET['dbf']) && trim($_GET['dbf']) ==
''))
{header('Location: http://www.pablo.es/index.php');
exit();}
Navigation:
[Reply to this message]
|