Forum Moderators: coopster
$sql="insert into topay_list(user_id, sb_club, each_user_win, wdate, date)
values($i[0], '$i2[0]', $each_user_win, '$date', now())"
how can I re-write the below statement to make it correct?
$sql="insert into topay_list(user_id, sb_club, each_user_win, wdate, date)
values($i[0], '$i2[0]', $each_user_win, '$date', now()) where wdate > '$jdatj'"
thank you