what do you think you ae doing here.Originally posted by Choller
K,
somebody gave me this option :
And it looks very possible. I'm going to try it out !!
![]()
![]()
![]()
samething, just replace the values with what I have just given you.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++;
}




Reply With Quote