[PHP] Page doesn't load..

2003-01-23 Thread Borut Kovacec
Hello ..

I don't know if this is the right question for this mailing list .. but I'm having 
some problems with loading some php pages, localy on my computer (win XP, apache 
1.3,Mysql) ..

The prioblem is that certain page doesnt load ... I get The page doesn't exist 
message .. but it's there... 
And then if I press refresh button couple of times, then sometimes it works .. but if 
I hit refresh aggain it doesn't work aggain...

Would anybody maybe have an idea of what could be wrong?

Thanx in advance
B.



Re: [PHP] Page doesn't load..

2003-01-23 Thread Marek Kilimajer
Do you get the message from apache? If so, check apache logs. If it is 
the exploder's default error page, turn user friendly messages off (in 
IE), or try another browser

Borut Kovacec wrote:

Hello ..

I don't know if this is the right question for this mailing list .. but I'm having some problems with loading some php pages, localy on my computer (win XP, apache 1.3,Mysql) ..

The prioblem is that certain page doesnt load ... I get The page doesn't exist message .. but it's there... 
And then if I press refresh button couple of times, then sometimes it works .. but if I hit refresh aggain it doesn't work aggain...

Would anybody maybe have an idea of what could be wrong?

Thanx in advance
B.

 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Page doesn't load..

2003-01-23 Thread Marek Kilimajer
Yes, it is strange. Something that might help you debug this out:
- check server logs
- turn off any output buffers
- call flush() in your while loop
- use another browser, IE is hiding stuff from users, but you are a 
developer, you need to know what is going on
- check your loop if it is not endless
- post some code

Borut Kovacec wrote:

I get the default browser message .. The page cannot be displayed and I'm
using IE6 .. But I figured out that if I put this line in comment:
//while ($row = mysql_fetch_array($result)) 

which cycles through mysql result query .. and then outputs smo html tables
and if I replace it with:

for (int $i=0;i5;$++)
$row = mysql_fetch_array($result)

then it works!? .. but if I change i5 to i20 or so .. it doesnt work
anymore aggain .. so it's about how much data I get from databese or what?

really strange...


 Original Message -
From: Marek Kilimajer [EMAIL PROTECTED]
To: Borut Kovacec [EMAIL PROTECTED]
Cc: PHP Mailing List [EMAIL PROTECTED]
Sent: Thursday, January 23, 2003 1:31 PM
Subject: Re: [PHP] Page doesn't load..


 

Do you get the message from apache? If so, check apache logs. If it is
the exploder's default error page, turn user friendly messages off (in
IE), or try another browser

Borut Kovacec wrote:

   

Hello ..

I don't know if this is the right question for this mailing list .. but
 

I'm having some problems with loading some php pages, localy on my computer
(win XP, apache 1.3,Mysql) ..
 

The prioblem is that certain page doesnt load ... I get The page doesn't
 

exist message .. but it's there...
 

And then if I press refresh button couple of times, then sometimes it
 

works .. but if I hit refresh aggain it doesn't work aggain...
 

Would anybody maybe have an idea of what could be wrong?

Thanx in advance
B.



 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

   


 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Page doesn't load..

2003-01-23 Thread Maxim Maletsky

Guess what,
if you'll try another browser the whole thing will work :) This is IE's
problem


--
Maxim Maletsky
[EMAIL PROTECTED]



Marek Kilimajer [EMAIL PROTECTED] wrote... :

 Do you get the message from apache? If so, check apache logs. If it is 
 the exploder's default error page, turn user friendly messages off (in 
 IE), or try another browser
 
 Borut Kovacec wrote:
 
 Hello ..
 
 I don't know if this is the right question for this mailing list .. but I'm having 
some problems with loading some php pages, localy on my computer (win XP, apache 
1.3,Mysql) ..
 
 The prioblem is that certain page doesnt load ... I get The page doesn't exist 
message .. but it's there... 
 And then if I press refresh button couple of times, then sometimes it works .. but 
if I hit refresh aggain it doesn't work aggain...
 
 Would anybody maybe have an idea of what could be wrong?
 
 Thanx in advance
 B.
 
   
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php