| Sponsored links | |
|
|
|
|
CE - Newbie
![]()
I'm a Crazy Sofware Engineer
Join Date: 1st August 2008
Posts: 1
|
Quote:
Hi hbk, I don’t know if it’s too late posting this, you might already have figured it out. When it comes to mysql, in your queries you must be careful when you want to update or insert data into columns with names that are usual parameters in mysql statements. For e.g ifyou want to update a column named update you must escape it with `, like UPDATE news set `update`=’value’. In this case the column mod, you must escape it with `. Like this mysql_query("UPDATE table SET dod = '$dod', `mod`=’$mod’, yod =’$yod’ where ID = '$id' "); Good luck ________________________ ILLUMINA Web Dev Swe Last edited by mbz-bugsy : 1st August 2008 at 05:22 PM. |
|
|
|
|
| Sponsored links | |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
| Contact Us - Home - Impressum | Impressum - Archive |