Page is a not externally linkable
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.