PHP with MySQL database
The actual power of the php is the connection between the webpage and database using the php. If you are using the XAMPP software ,then you did not need to download any database software because the XAMPP already has a built in database called MySQL database.
Type the following address on your web browser to see the database called phpMyAdmin.
http://localhost/phpmyadmin
With this address you can see the whole databases of the php. It looks like the following:
You can create tables and databases by using the sql query or by directly adding with the options available in the phpMyAdmin. Queries are inserted to the php for manipulating the database with php.
Type the following address on your web browser to see the database called phpMyAdmin.
http://localhost/phpmyadmin
With this address you can see the whole databases of the php. It looks like the following:
You can create tables and databases by using the sql query or by directly adding with the options available in the phpMyAdmin. Queries are inserted to the php for manipulating the database with php.
⇐Prev
Next⇒
Comments
Post a Comment