Home

Working with Database
Create a database with a specified name if it does not exist in database server
CREATE DATABASE [IF NOT EXISTS] database_name
Use database or …

Aggregate Functions in MySQL

In some cases, the information we need is not actually stored in the database but we can retrieve it by computing in some ways from …

Tags:

mysql_fetch_array

mysql_fetch_array: Why Use It?
Do you know what is returned when you used the mysql_query function to query a MySQL database? It isn’t something you …

Copyright © 2010 - Mark ( +27 79 9111 855 )