Date: April 23, 2006 01:18PM In your error checking code you need to echo the exact text of the query that failed. We can only guess what is in your PHP variables. Also from the looks of it this code is wide open to SQL injection. You need to call mysql_real_escape_string() to...