Free PHP Tutorials
Learn how to separate wordpress trackbacks and pingbacks from the wordpress comments
Learn how to separate wordpress trackbacks and pingbacks from the wordpress comments.
Category: PHP | View Tutorial
Views: 110
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: 119

