Page is a not externally linkable
- Code, Content, and Presentation
-- Databases
---- Problem sending form data to email and insert in database


LifeinAsia - 3:45 pm on Jul 29, 2010 (gmt 0)


Hmmm, I guess that is MySQL proprietary syntax, so it is valid.

What is the error message you get? Also, echo the actual values that you're trying to insert and make sure they are what you expect. Those should help narrow down the problem. My first guess is that you are trying to do one or more of the following:
A) Insert a blank value for a field that doesn't allow NULLs
B) Insert a string that is longer than the field length
C) Insert a string into a numeric field.


Thread source:: http://www.webmasterworld.com/databases_sql_mysql/4177620.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com