Free PHP Tutorials
Fetch total amount of entries from a database
Fetching the total amount of data from a database row
Let?s say you had a form that saved information to a database after it had been filled out and submitted, a comment form for example. On the main page of your website you may want to display the total amount of comments or information that has been submitted.
To do so you need to fetch the data from the database and display it as a number.
This tutorial will teach you how to do so.
Category: PHP | View Tutorial
Views: 163
Simple One Page Script File or Image Upload using PHP
Today we are going to learn how to upload a file or image using PHP and a web form. No knowledge of PHP is needed or HTML as the full file structure is included.
Category: PHP | View Tutorial
Views: 149

