Category: PHP Tutorials

Learn PHP for website development.

PHP

PHP Tutorials for beginners PHP is a server-side scripting language. PHP is most popular scripting language for developing a dynamic web site. PHP is a open source interpreted…

Continue Reading PHP

PHP MySQL Delete Data

Delete data from mysql using php We already know how to establish connection between PHP web application and MySQL database system in our previous PHP tutorial. we also learnt…

Continue Reading PHP MySQL Delete Data

PHP MySQL Update Data

Update data in mysql using php We already know how to establish connection between PHP web application and MySQL database system in our previous PHP tutorial. we also…

Continue Reading PHP MySQL Update Data

PHP MySQL Insert Data

Insert data in mysql using php We already know how to establish connection between PHP web application and MySQL database system in our previous PHP…

Continue Reading PHP MySQL Insert Data

select query in php mysql with example

Select query in php mysql with example In previous  PHP post we learn to establish connection between PHP web application and MySQL database system. In…

Continue Reading select query in php mysql with example

PHP MySQL Select Data

Select data from MySQL database in PHP In PHP web application we wish to select data from MySQL database then first establish connection between PHP web…

Continue Reading PHP MySQL Select Data

PHP MySQL Connection

PHP – MySQL database connection We already know that the PHP Scripting is used to develop a web based application. But only PHP we can…

Continue Reading PHP MySQL Connection

Create table in MySQL

Create Table in MySQL In previous php tutorial we learn how to create new database in mysql, now in this php tutorial we will learn…

Continue Reading Create table in MySQL

create database in mysql

Create Database in MySQL Last PHP tutorial we learnt how to open and run MySQL server from wampserver. Now, in this PHP tutorial we will…

Continue Reading create database in mysql

PHP and MySQL

PHP and MySQL PHP has ability to connect and manipulate databases. The MySQL Database system is most popular system that used with PHP. MySQL is…

Continue Reading PHP and MySQL

PHP Exception Handling

PHP Exception Handling : try, throw and catch The exception is one of powerful mechanism to handle the run-time errors. An exception is a situation…

Continue Reading PHP Exception Handling

PHP Error Handling

PHP Error Handling We already know types of errors in out previous PHP tutorial. In this PHP tutorial we will learn how to handle errors…

Continue Reading PHP Error Handling