mysql

  • PHP

Connecting To MySQL server From PHP

Most application programs need to be connected to the database inorder to do some basic operations like saving and retrieving…

12 years ago
  • PHP

Primary Foreign Unique Keys, AUTO_INCREMENT: MySQL

Video tutorial illustrates the use of Primary Key, Foreign Key, Unique Key, AUTO_INCREMENT and NOT NULL in MySQL. Primary Key…

12 years ago
  • PHP

Database & Table Creation: MySQL console (commands/Queries)

Basic Tutorial to illustrate mysql console: create database and tables. Desc Tables; show tables; show databases; Left click, as well…

12 years ago
  • PHP

Format Date and Insert Into Database Table: PHP

Convert string type variable data to formatted date type variable and insert it into database table.. Connecting the PHP Script…

12 years ago