Newbie

[email protected] ("Brent Lee") Tue, 14 Jan 2003 11:12:00 -0500
Newsgroups php.lang
Message-ID <[email protected]>
Hello all I think we will be see allot of each other! I'm very new to PHP
( and programming in general!)
Here is my error
Parse error: parse error in /home/xxxxxxx/public_html/Info/datain.php on
line 7

and the code causing it.

<HTML>
<?php
$db = mysql_connect("localhost", "xxxxxxx","xxxxxxxxx");
mysql_select_db("learndb",$db);
$sql = "INSERT INTO personnel (firstname, lastname, nick, email, salary)
VALUES ('$first','$last','$nickname',)
$result = mysql_query'($sql);
echo "Thank you! Information entered.\n";
?>
</HTML>

it is pretty simple i'm sure but as I said I'm new (within the month.)


--

Thanks in advance
______________________________
Brent Lee