Delete data from MySQL using PHP | Delete Multiple Data from MySQL using PHP
After Inserting Data in MySQL using PHP and Fetching MySQL data using PHP, now we are going to see how to delete data from MySQL using PHP. In this post we have…
Fetch MySQL table data using PHP
In previous tutorial, we have seen how to "INSERT DATA IN MySQL USING PHP" . In today's tutorial we will see how to display data from MySQL using PHP. The…
Insert Data in MySQL using PHP | Insertion In PHP
In Today’s tutorial we will see how to insert data in MySQL using PHP, But for that we require database and table to be created. In PHP Tutorial, we have seen…
PHP FILE UPLOAD | FILE UPLOADING IN PHP
In today’s session we will see how to upload file in PHP. Using HTML form and PHP script, you can allow users to upload data on server. Initially we will…
Form Validation in PHP
In the last tutorial we have seen how to create FORM in HTML and display it in PHP file. But what if that data are not filled or not valid…
Form handling using PHP | PHP Forms
Using PHP you can respond or process the data to be submitted by HTML form information will be gathered by HTML form and further processed by PHP, thus you can…
HTML and PHP code On a Single Page
In one example we saw that using PHP you can respond or process the data to be submitted by HTML form information will be gathered by HTML form and further…
Create Database and Create Table in MySQL using PHP
In this session of PHP, we will create database and table in MySQL using PHP : You can also create it using PHPMyAdmin. We will use CREATE DATABASE & CREATE…
MySQL Connection | PHP – MySQL Database Connection
In earlier post we have seen about the combination of PHP and MySQL and in today’s post we will see some facts about MySQL and then will see how to…
Data Types in PHP | PHP Data Types
Data Type in any programming language used to specify type of data which may be Boolean, Integer, Float, Double, String Character, etc. In PHP there are mainly four types of…