|
-
Aug 8th, 2002, 09:06 AM
#1
Frenzied Member
they only need to be $ if you are getting htem from somewhere else. in your case they are not and this should work now.
$result = mysql_query("INSERT INTO nbalive_daybyday (GP, Nickname, PTS, FGM, FGA) VALUES ('GP".$i."' , 'Nickname".$i."' , 'PTS".$i."', 'FGM".$i."' , 'FGA".$i."')");
you should get
GP1 Nickname1 ...
GP2 Nickname2 ...
...
and so on. you don't get that?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|