RE Could not execute f**** query : Is it possibly a typo, such that INSERT
INTO Canidate should read Candidate (ie with the correct number of d's for
the english speling ;-)
Just a thought.
Neil.
At 02:13 04/02/2002 +0000, "Todd Williamsen" <[EMAIL PROTECTED]> wrote:
$query = "INSERT INTO Canidate(FirstName, LastName, Industry, Address1,
Address2, City, State, Zip, LocationPref, Phone, Email, ResumeUp) VALUES
('$FirstName', '$LastName', '$Industry' '$Address1', 'Address2', '$City',
'$State', '$Zip', '$LocationPref', '$Phone', '$Email', '$ResumeUp2')";
$result = @mysql_query($query, $connection) or die("could not execute
query");
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php