Search Results

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Suomedia ; Forum: MySQL and child forums
Forum: MySQL Mar 27th, 2008
Replies: 7
Views: 1,151
Posted By Suomedia
If your script works but takes forever, you probably need to add indexes to your tables.

Matti Ressler
Suomedia
Forum: MySQL Mar 22nd, 2008
Replies: 3
Views: 653
Posted By Suomedia
A common way to do it is this:

$data = mysql_query('SELECT * FROM `bus_basic` ORDER BY `name` ASC ')
or die(mysql_error());

Print "<table cellpadding=3>";
$count = 0;
while($info =...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC