Posted by davek on 07/15/06 07:41
Jerry Stuckle wrote:
> What function is undefined?
"mysqlerror()" [sic]
I hadn't noticed the typo before because the mysql_query it related to
hadn't previously returned a 'false' value... And it turns out the
reason for the 'false' value was because the primary field in the table
was a TINYINT and it was trying to enter a value higher than 127...
doh!
Apologies for wasting your time/bandwidth.
> > (Btw, I don't know which version of PHP Supanames has installed.)
> >
>
> Did you try phpinfo()?
No, didn't occur to me. Thanks for reminding me of that option!
David
[Back to original message]
|