SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: add string
-
Apr 27, 2001, 17:33 #1
- Join Date
- Apr 2001
- Location
- BC, Canada
- Posts
- 630
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
mysql_query("INSERT INTO coupons (username,password,deal,details,logo,hits,expires) VALUES ('$username','$password','$deal','details','$logo','$hits','$expires'");
see any problems?
I sure as hell dont
no errors.. its just not doing it..
-
Apr 27, 2001, 17:44 #2
Well in your VALUES( ) the details bit doesn't have the $ ... does that mean anything at all to you? or is it on purpose?
-
Apr 27, 2001, 17:50 #3
- Join Date
- Apr 2001
- Location
- BC, Canada
- Posts
- 630
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thanx, but i noticed that and fixed it..still nuthin
-
Apr 27, 2001, 18:13 #4
- Join Date
- Apr 2001
- Location
- BC, Canada
- Posts
- 630
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
figured it out
I didnt have enough ) and the closing quote was in the wrong place
Bookmarks