MySQL Forums
Forum List  »  PHP

Re: Register form connection
Posted by: Isaque Mohammed
Date: January 20, 2021 10:15AM

There are three types of methods in PHP to connect MySQL database through backend:

MySQL
MySQLi

You can also connect MySQL database with different servers like:
Connect MySQL using Localhost Server
Connect MySQL using Cloudways Server
Connect MySQL using Remote MySQL

Based on what you've said I think the Localhost server would be the easiest or you.
These are the basic steps that you need to follow:
Create Database
Create a Folder in htdocs
Create Database Connection File In PHP
Create new php file to check your database connection
Run it

You can search for "Connect MySQL Database with PHP" for detailed and step by step explanation with images.

Hope this helps you!

Options: ReplyQuote


Subject
Written By
Posted
January 04, 2021 01:52PM
January 04, 2021 03:25PM
January 05, 2021 03:08AM
January 05, 2021 11:25AM
Re: Register form connection
January 20, 2021 10:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.