Latest Articles
Showing posts with label PHP MYSQL. Show all posts
Showing posts with label PHP MYSQL. Show all posts

Fetch Data by Array using Php

mysql fetch array MySQL doesn't have a Fetch Array work. mysql_fetch_array is really a PHP work that enables you to get to informat...
READ MORE +

Fetch Data from Mysql using Php

Retrieving data with php & mysql Normally the vast majority of the work finished with MySQL includes pulling down information from...
READ MORE +

Create Table mysql using php

C1 (Name) C2 (Age) C3 (Weight) R1 R1 C1 (John) R1 C2 (21) R1 C3 (120) R2 R2 C1 (Big Sally) R2 C2 (27) R2 C3 (400) R3 R3 C1 (Tiny Ti...
READ MORE +

Connect Database using PHP

mysql connect Before you can do anything with MySQL in PHP, you must first establish a connection in the database of your web host. It ...
READ MORE +