connecting to phpMyAdmin database with PHP/MySQL
Posted
by user303955
on Stack Overflow
See other posts from Stack Overflow
or by user303955
Published on 2010-03-29T05:39:08Z
Indexed on
2010/03/29
5:43 UTC
Read the original article
Hit count: 245
I've made a database using phpMyAdmin , now I want to make a register form for my site where peaple can register .I know how to work with input tags in HTML and I know how to insert data into a database but my problem is that I don't know how I can connect to the database that is already made in phpMyAdmin.
© Stack Overflow or respective owner