Posted by number1.email on 12/18/05 01:20
I've tried to enter this code but I'm having some problems...please
advise:
1) I put the following line of code in my php script:
$username=$_REQUEST['username'];
I get the following error:
Notice: Undefined index: username in
/export/home/mydbsite.com/public_html/index.php on line 118
2) When I add the following lines of code to the php script:
if(empty($_REQUEST['username']) {
}
I get the error:
Parse error: parse error, unexpected '{' in
/export/home/mydbsite.com/public_html/index.php on line 121
Thanks.
Navigation:
[Reply to this message]
|