Object Oriented MYSQLi

Today we are going to use object oriented features with mysqli type connection to MYSQL database in this Object Oriented MYSQLi tutorial. We are going...

Connect PHP to MYSQL and fetch data

We learned PHP basics and PHPMYADMIN tool to use MYSQL in previous chapters. We also learned how SQL statements are formed. Now it’s time...

PHP,MYSQL and HTML Forms

In the last tutorials we studied PHP and PHPmyAdmin tool to use MYSQL. We have also learned to insert, select, update, delete, etc into...

PHPMYADMIN and SQL Queries

In this section we are going to learn about a PHPmyAdmin tool. It is used to deal with MYSQL database. We can create databases,...

PHP OOPs

In this tutorial we are going to learn the object oriented programming concepts in PHP. One way of programming is procedural programming, but OOPs...

MYSQL Fundamentals

Today we are going to have an introduction to MYSQL Fundamentals. Most of the websites that we use everyday such as facebook and twitter...

Javascript and Jquery Summary

We completed learning different concepts in javascript and methods in jquery. It will help us more in creating dynamic webpages. Today we are going...

Conditionals and Regular Expressions in PHP

We learned functions in the last session. Today we are going to learn conditional statements and some regular expressions in this Conditionals and Regular...

PHP Functions

In this tutorial we are going to learn about functions in PHP those are same as in javascript. We are also going to learn...

PHP Loops

In this section we are going to learn about different loops in PHP and use a loop in displaying the information from a JSON...