Php bug?

hey everyone.

anyone experienced the following?

workin on a project with a small mysql db and frontend in php. Ok, as I tried to get the data inserted into my db nothing happened, No warning messages or anything, simply it doesnt get into the database.

I went crazy checking the classic easy variablemisspellings or _Post[] without ’ inside etc , checked the database if the field got inserted correctly. Anyhow nothing seemed to work.

What I found out accidently was that my tablename used in db was order, and when i renamed it to orders it worked perfectly.

Is this some kind of reserved word or something?

Im just curious to know, cause like i said with my tablename now as orders everything works fine, and im sure that did the trick.

:evil2: