|
-
Jul 31st, 2002, 06:30 AM
#5
Thread Starter
Lively Member
Originally posted by cpradio
PHP Code:
$i = 1 ;
while ($i <= 3) {
$result = mysql_query("INSERT INTO nbalive_daybyday (GP, Nickname, PTS, FGM, FGA) VALUES ('GP$i' , 'Nickname$i' , 'PTS$i', 'FGM$i' , 'FGA$i')");
$i++;
}
Makes sense but now my all the fields are "0" (zero).
hmm.... /me thinks.
"Against All Odds"

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
|