Php and sql registration form on already existing db

Hi,

I already have a db in sql with table for username password email.

How can I connect the php form
to my already existing db and tables without needing to create a new db?

Thanks

Hi @ahmedjohn!

Just modify the database credentials from config file/connection string and you’re done :wink:

Yeah, I see what you are saying, but what about the tables?

Like I have specific tables in that database, how can I connect them to the php form?

Have a look at that tutorial