I'm new to PHP and am slowly learning it. I have the following code that is
giving me errors could someone take a look and suggest a fix?

Parse error: parse error in /home/xxxxxxxx/public_html/Info/datain.php on
line 7

<HTML>
<?php
$db = mysql_connect("localhost", "xxxxxxxx","xxxxxxxxxx");
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>




--

Thanks
______________________________
Brent Lee



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to