Hello
trying to make a loop that can insert into database. every time user clicks on submit and if in the database dNum is 1 it loop and upgrade dNum which will make it 2..
$sql="INSERT INTO temp_members_db ".
"(dNum)".
"VALUES('$dNum' )";
trying to make a loop that can insert into database. every time user clicks on submit and if in the database dNum is 1 it loop and upgrade dNum which will make it 2..
$sql="INSERT INTO temp_members_db ".
"(dNum)".
"VALUES('$dNum' )";
Comment