Question: PDO AND MYSQL - I have a table which is populated with a mysql database. For each row there is a checkbox: echo ;
PDO AND MYSQL - I have a table which is populated with a mysql database. For each row there is a checkbox:
echo "";
I want to be able to post the value to my next php page however if several checkboxes are checked it will only post one. I think I need to create an array-keys function, can anyone help?
Many thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
