Quote:
Originally Posted by Dismounted
What's POST insert code?
|
PHP Code:
print_form_header('myscript', 'insert');
You can see: $_POST['do'] = 'insert' in myscript.php here
Quote:
Originally Posted by Opserty
|
Thank you very much, but do you know how to use Loops for multi VALUES?
I mean how to use Loops =>
VALUES
('Helen', 24),
('Katrina', 21),
('Samia', 22),
('Hui Ling', 25),
('Yumie', 29)";
Thank you for helping me

I hope you understand it