ASKER
ASKER
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
http://dev.mysql.com/doc/refman/5.1/en/reserved-words.html
This is pidgin code, but hopefully the design pattern will be clear. It depends on something you did not mention - namely a UNIQUE field (perhaps an autoincrement key). If you don't already have one of these, use ALTER TABLE to add one.
Open in new window