PHP | save Multiple Checkbox values mysql (phpmyadmin) using pdo

preview_player
Показать описание
php tutorial on saving multiple selected checkbox values into remote database phpmyadmin of mysql server using pdo objects and jquery
Рекомендации по теме
Комментарии
Автор

Sir make a video on how to update n edit checkbox values using PHP PDO

TechCanvas
Автор

how would this checkbox without the "submit" without the option disappear when giving F5 and save the information in phpmyadmin

tbestsongs
Автор

instead of using the name of your database "wpchaadvf_chan...." I used accounts and I get this error

Notice: Undefined variable: accounts in on line 7

and here is my code
$conn= new PDO("mysql:host=$hostname;dbname=$accounts", $Username, $Password);

can you send me upload the source code please thank you inadvance

keaikitse