|
Posted by Anonymous on 09/14/07 14:23
Reggie wrote:
>
> am trying to associate username with filename in a upload script.
>
> I get this error:
> Parse error: syntax error, unexpected T_STRING in /home/fhlinux169/c/
> clashoff.co.uk/user/htdocs/upload.php on line 42
Why don't you just look at line 42 then?
> $myfilename=basename( $_FILES['uploaded']['name'])
>
> mysql_connect("$host", "$username", "$password")or die("cannot
> connect");
Pretty obvious, you missed a semicolon in the line above 42.
Bye!
Navigation:
[Reply to this message]
|