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…
Car for Wheelchair Users | Car That Can Be Driven By Sitting On A Wheelchair
In regular cars, handicapped persons have to take help of others to sit in the car. Today we will see a revolution in cars : A car with new steering…
Highest Paid CEOs in IT | Tech’s Highest Paid CEOs
If think about well known CEO of techs or well known personalities of tech, then by default some names like Mark Zuckersberg, Larry Page, Sergey Brin, Bill Gates, etc come in our mind.…
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…
Difference between Calloc and Malloc | Calloc() vs. Malloc()
Calloc() Malloc() Calloc initializes the allocated memory to Null or Zero. Malloc initializes the allocated memory area with garbage value. Block of memory is allocated by Calloc(). Byte of memory…
Sheryl Sandberg | Life of Sheryl Sandberg
Who is Sheryl Sandberg ? Sheryl Kara Sandberg. She is well known as the COO (Chief Operating Officer) of famous social networking site Facebook. Birth and Education of Sheryl Sandberg…
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…