Hey guys im new. anyways i get this error. <!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->Parse error: syntax error, unexpected T_LNUMBER in (website roothtdocs\insert.php) on line 18<!--QuoteEnd--></div><!--QuoteEEnd--><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?php$con = mysql_connect("localhost","user","password");if (!$con) { die('Could not connect: ' . mysql_error()); }mysql_select_db("Accounts", $con);$sql="INSERT INTO account (Accounts, Password)VALUES('$entry', '$password');if (!mysql_query($sql,$con)) { die('Error: ' . mysql_error()); }echo "1 record added";mysql_close($con)?><!--c2--></div><!--ec2-->Thanks for any help<link rel="stylesheet" type="text/css" href="http://forums.xisto.com/topic/125-user-contributions/; /><div class="notice"> <div class="header"> <div class="middlebar">Notice from rvalkass: </div> </div> <div class="messagebody" style="display:block;">Code and quote tags added where necessary. Please take a look at the <a href="http://forums.xisto.com/index.php?app=core&module=help; target="_blank">Readme</a>.</div></div>