Jump to content

[SOLVED] SQL variant, MYSQL 4


nadeemshafi9

Recommended Posts

hello guys

i am able to work normaly whith all the tables in my DB, exept i just added another table, i am sure it has no special change made to any feild. The prob is it is insisting on ` being around one feild in particular (all feilds are same type)

$sql = "INSERT INTO users (userid, password, email, `group`) ".

the thing i am worried about is for portability as this will be ported on to LAMP and is being developed on W,ISS,M,P is why the hell is it insisting i have the crazy chars around group like this `group` i mean none of my other tables in the db ask for this, mysql_error basicaly says you hav an error near group until i put it like `group` so why is this.

as always Thanks guys for any help.
Link to comment
https://forums.phpfreaks.com/topic/32509-solved-sql-variant-mysql-4/
Share on other sites

i found some info but it dosent make sense

mysql.com
A phrase that is enclosed within double quote (`"') characters matches only rows that contain the phrase literally, as it was typed.

why ? its no diff from any other feild, il try delete it and make it again see what happens 1 sec.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.