View Single Post
Old 2010-03-05, 12:27 PM   #24
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
So if I am to understand this correctly, things like the following are double quotations:

Quote:
$sql_insert = "INSERT into `users`
(`full_name`,`user_email`,`pwd`,`address`,`tel`,`fax`,`website`,`date`,`users_ip`,`activation_code`,`state`,`user_name`
Is that correct? And they need to look like this:
Quote:
$sql_insert = "INSERT into `users`
("full_name","user_email","pwd","address","tel","fax","website","date","users_ip","activation_code","state","user_name"
Or should they look like this: ('full_name','user_email',....

-------------------------
Time Lapse: Ok I think this site is giving me a handle on those matters...http://stackoverflow.com/questions/2...ome-so-popular

Last edited by DIVAD3; 2010-03-05 at 12:43 PM..
DIVAD3 is offline   Reply With Quote