Php > Database Related
Multiple Columns for MySQL output
Multiple Columns for MySQL output $column=1; while($value=mysql_fetch_object($result)) { if ($column==1) { // Begin row in table echo "
"; } // This loops in the while() statement to get each result from the database. ?>
number; ?>
"; $column=1; } }
Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage