At 18:54 + 7/2/02, Matthew Hajda wrote:
>Hello,
>
>I am having some issues inserting and updating with mySQL.
You're not testing the result from mysql_query() to see whether not
it succeeds. Do so, and they print the result from mysql_error()
in the event of failure to see what it says.
>
>
Hi, Matthew,
Have you tried:
"insert into test (test) values ('work')"
Or
"update test set test='test'"
I liked it when Matthew Hajda wrote this to me:
> Hello,
>
> I am having some issues inserting and updating with mySQL.
>
> Database: asdf
> Table: test
> field: idfield (int, autoincrem