Jump to content

Querying...


MemphiS

Recommended Posts

currently im retreiving info like so:

 

<code>

<?php

$result = mysql_query("SELECT `id` , `la` , `laa` , `etc` FROM `table` WHERE `accepted` = '1' ORDER BY `points` LIMIT $limit1, $limit2");

while ($row = mysql_fetch_row($result)){

echo.. data out includes a table for each row of data..

}

?>

Currently it displays 50 results and is past the 1 second just to load. Is there a faster way of retreiving the data?

 

Thanks for your reply =)

Link to comment
https://forums.phpfreaks.com/topic/65204-querying/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.