> On 56K the page would probably either 1) timeout on
> the way you have it currently or 2) only display part
> of the page/form and not read the whole page
> correctly.
>
> I dunno give us the URL, I am sure someone is on
> dialup to give it a wurl.
Try the url with web analyzer
http://www.websi
Robin Kopetzky wrote:
> Good afternoon!
>
> I am writing a project and have a speed concern...
>
> The code I am using is thus and is retrieving
around 2,500 records:
>
> $result = mysql_query($sql)
> while ($row = mysql_fetch_array($result))
> {
> bu
23:16
Til: PHP DB Group
Emne: [PHP-DB] PHP/DB speed
Good afternoon!
I am writing a project and have a speed concern...
The code I am using is thus and is retrieving around 2,500
records:
$result = mysql_query($sql)
while ($row = mysql_fetch_array($result
At 03:15 PM 12/21/2003 -0700, Robin Kopetzky wrote:
Good afternoon!
I am writing a project and have a speed concern...
The code I am using is thus and is retrieving around 2,500 records:
$result = mysql_query($sql)
while ($row = mysql_fetch_array($result))
Hello Robin,
Sunday, December 21, 2003, 10:15:35 PM, you wrote:
RK> The code I am using is thus and is retrieving around 2,500 records:
RK> $result = mysql_query($sql)
RK> while ($row = mysql_fetch_array($result))
RK> {
RK> build stmt
RK> }
You're building a sel
Robin Kopetzky wrote:
Good afternoon!
I am writing a project and have a speed concern...
The code I am using is thus and is retrieving around 2,500 records:
$result = mysql_query($sql)
while ($row = mysql_fetch_array($result))
{
build stmt
}
Good afternoon!
I am writing a project and have a speed concern...
The code I am using is thus and is retrieving around 2,500 records:
$result = mysql_query($sql)
while ($row = mysql_fetch_array($result))
{
build stmt
}
Is