![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 | ||
| James wrote: > What is the best way to update a record in a MYSQL DB using a FORM and PHP > ? > > Where ID = $ID ! > > Any examples or URLS ? > > Thanks $query = " UPDATE table_name SET field = '$field' WHERE ID = '$ID'"; $result = mysql_query($query); Whatever you name your form element, put that variable name where $field is... the contents of the element will be directly accessible by this name once you POST if it is a textbox or list/menu, if you're using radio buttons you can test what the value attribute is, and if you're using checkboxes you can use isset() to see if it was checked. Marcus | |||
| Featured Websites | ||||
|
![]() |
| Tags: mysql, php, record, update |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding record to a MYSQL DB using PHP ? | James | PHP | 1 | 07-01-2007 3:32 PM |
| Random Record | Disco | PHP | 0 | 07-01-2007 3:11 PM |
| Is it possible to update a record if it does not exist? | Jeff Silverman | Database | 1 | 06-10-2007 12:21 AM |
| Problem with Update, index and UTF8 (Mysql 4.1) | ben | Database | 2 | 05-31-2007 8:47 PM |
| Well crap. There goes my perfect record. | Lee | General Ebay Questions And Answers | 49 | 05-30-2007 1:01 AM |
| Featured Websites | ||||
|