Thanx for the help... decided to use an error_no check as opposed to die() and found the error. was sending a NULL value to a field that was named incorrectly in the data submission page :)
the rid is auto-increment(pri + idx) and the date is being sent in the "0000-00-00" string format(assumed that this format would work)
$birthdate = $bYear."-".$bMonth."-".$bDay;
1977-07-14
I have worked with SQL in other DBs before and figured that MySql and PHP would be effortless... BUT...
I have tried inserting values into my table(structure example on request) and it fails miserably every time.
i have tried many variations, with quotes, w/o quotes, w/ quotes for string vars...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.