php

  • PHP

UPDATE / EDIT Records In Database Table: PHP & MySQL

Video tutorial demonstrates updating / editing of data / records from the database table and displaying it on the browser.…

12 years ago
  • PHP

SELECT / LIST Records From Database Table: PHP & MySQL

Video tutorial demonstrates selecting / listing / fetching of data / records from the database table and displaying it on…

12 years ago
  • PHP

Insertion of Records into Database: PHP & MySQL

Video tutorial illustrates INSERTION of records into database via PHP script. Simple / basic insertion operation: First connect to the…

12 years ago
  • 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

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