How to connect PhpMy Admin to website using PHP codes?

Anne

New member
Im doing a website right now for school requirement ,bu iim just new in this language how can i use phpmyadmin as database and how toconnect it as well to my site thanks please email me [email protected] thanks
 
PHPMyAdmin is not a database. It's a PHP web application used to administer a MySQL database.

If you want to install a web server with PHP and MySQL, the easiest thing to do is probably install XAMPP, a free package that installs everything together for you. See the link below.

If that's not what you're looking for, please be a little more specific about what you want.
 
Back
Top