PHP

  • PHP

Object Oriented Programming Basic: PHP

Video tutorial illustrates basics of OOP in PHP. Things covered: Defining class. Creating Objects. Public and Private access of Properties/Data.…

12 years ago
  • PHP

Build VOTE / LIKE, UNLIKE Feature: PHP & MySQL

In Voting system we need to make sure, one person votes only once, to a particular poll. Or One person…

12 years ago
  • PHP

Simple / Basic Pagination / Navigation: PHP & MySQL

The Best and The most Simple Pagination / Navigation using PHP and MySQL To know more about our simple Create,…

12 years ago
  • PHP

Delete / Remove Records In Database Table: PHP & MySQL

Video tutorial demonstrates deleting / removing of data / records from the database table. First look at these short videos:…

12 years ago
  • 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 using Forms: PHP & MySQL

Video tutorial illustrates INSERTION of records into database using simple HTML form and minimal PHP scripting. First look at these…

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

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