PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?php
// try this to see if any errors are present
$qry = mysql_query("INSERT INTO Users (FirstName, LastName, Age)
VALUES ('pinco', 'pass1', 'pass2')") or die(mysql_error());
?>
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering