Re: Newbie
[email protected] ("Naqashzade, Sadeq") Wed, 15 Jan 2003 12:19:51 +0330
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
You missed a semicolon ';' end of line 6 :-) -Sadeq "Brent Lee" <[email protected]> wrote in message news:[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 > >