Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.57K
1 Posted Topic
Re: $connection = mysql_connect($host,$usernamee,$passwordd) or die ('Could not connect to server.'); $db = mysql_select_db($database,$connection) or die ('Could not select database.'); $sqlerror = mysql_error(); //The next line is where the error is, please help me out.... $sqlinsert = "INSERT INTO usercomments(namee, emailaddress, comments, datesent) VALUES ('".$fName."', '".$emaill."', '".$commentt."', '"$datee."')"; $sqlinsertt = mysql_query($sqlinsert) … |