error solving...
Posted: Fri May 21, 2004 9:20 am
$id = $_REQUEST['id'];
i've declared the variable from above...
after i clicked the link with query string ...
http://domain/sales.php?id=1000
then, it will show the employee sales with id 1000...
but, if i click on the link without query string...
the error msg will come out..
Notice: Undefined index: id in c:\inetpub\wwwroot\mc\sales.php on line 11
... can i ignore the error? simply bypass it without showing to the user?
tq~!
i've declared the variable from above...
after i clicked the link with query string ...
http://domain/sales.php?id=1000
then, it will show the employee sales with id 1000...
but, if i click on the link without query string...
the error msg will come out..
Notice: Undefined index: id in c:\inetpub\wwwroot\mc\sales.php on line 11
... can i ignore the error? simply bypass it without showing to the user?
tq~!