An open API service indexing awesome lists of open source software.

https://github.com/hackstarsj/php-mysql-tutorial

PHP Mysql Complete Basic Tutorial
https://github.com/hackstarsj/php-mysql-tutorial

Last synced: about 1 month ago
JSON representation

PHP Mysql Complete Basic Tutorial

Awesome Lists containing this project

README

          

# php-mysql-tutorial
PHP Mysql Complete Basic Tutorial

In This Tutorial I Cover :

1.How to Create Database in Mysql using PHPMyAdmin

2.How to Create Mysql Tables

3.How to Connect PHP file to Database

4.How to Include one file into Other file

5.How to Run Queries

6.How to Run INSERT,UPDATE,DELETE,SELECT Query

7.How to Use where

8.How to Embed PHP Code in HTML Code

9.How to Create HTML Table from MySQL table

10.How to Create HTML Form and Save and Update Data

11.How to Fetch all Row of table

12.How to Fetch only Single Row from Table