Home

Submit

Source

Feeds

Home » PHP » Databases ::

PHP Databases
You might want to be able to count the number of rows within a database table to show useful information to users. This has been done on the Tutorials Index on Olate to show how many tutorials are available. It is very easy to do with only a few lines of code because PHP has a built in row (or record) counting function - mysql_num_rows.
Related Tutorials
PHP Databases
Accessing a Database Using PHP/MySQL
PHP / Databases
How to make a mysql connection, select a database, query the database, count the rows and use the information within the rows.

Site: www.interviewmyass.co.uk Report - View Tutorial

PHP Navigation
Show Records by multi Columns in Rows
PHP / Navigation
There are simply to show data records in table rows, just one record by one table row but sometime you need to show data records more than one record in one row. This tutorial show you how can to show your data records in the table with three columns and make multi-rows automatically with while loop.

Site: www.phpsimple.net Report - View Tutorial

PHP Databases
PHP Script Tips - Working with MySQL Database
PHP / Databases
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.

Site: dev.fyicenter.com Report - View Tutorial

PHP Databases
MySQL Tables
PHP / Databases
Create, insert, update, delete, count and select rows in a database.

Site: www.webdesign.org Report - View Tutorial

PHP General Development
Alternating Backgrounds
PHP / General Development
Alternate the backgrounds of table rows displayed from a MySQL database.

Site: www.webdesign.org Report - View Tutorial

PHP Object Oriented
Advance Pagination Class
PHP / Object Oriented
This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly

Site: www.talkphp.com Report - View Tutorial

PHP Databases
Edit a Row In mySQL
PHP / Databases
This tutorial goes along with several others that use the same news database such as Add a Row to mySQL, Displaying a Database, and Deleting a Row In mySQL.There are many reasons you might want to edit one of the rows in your mySQL database. Say for instance, you made a spelling error in one of your news posts and you want to edit it.

Site: www.spoono.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement