Code: Select all
mysql_query("INSERT INTO livedata (name, ltp, chng) VALUES ('$out[0][1]','$out[0][2]','$out[0][3]')")Code: Select all
Array[1] 0 0Moderator: General Moderators
Code: Select all
mysql_query("INSERT INTO livedata (name, ltp, chng) VALUES ('$out[0][1]','$out[0][2]','$out[0][3]')")Code: Select all
Array[1] 0 0Code: Select all
mysql_query("INSERT INTO livedata (name, ltp, chng) VALUES ('{$out[0][1]}',{$out[0][2]},{$out[0][3]})");