User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 392,088 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,945 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 9973 | Replies: 9 | Solved
Reply
Join Date: Jul 2004
Posts: 2
Reputation: tsabar is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
tsabar tsabar is offline Offline
Newbie Poster

WEIRD! php pages do not load unless i hit refresh

  #1  
Jul 4th, 2004
when i attempt to access my php pages at:
<snipped>
everytime i try to submit a form or click on a new page nothing loads until i hit refresh. this does not happen with netscape, only with internet explorer, and it only happens on my machine, not on anybody else's machine.

i can't program if i can't view my own pages without refreshing all the time. has anyone else had this problem? is there a configuration problem with my browser??

-ohad
Last edited by happygeek : Apr 7th, 2008 at 7:22 am. Reason: url snipped at user request
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jun 2004
Posts: 173
Reputation: BinaryMayhem is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 9
BinaryMayhem BinaryMayhem is offline Offline
Unverified User

Re: WEIRD! php pages do not load unless i hit refresh

  #2  
Jul 6th, 2004
sounds like an IE config problem. try this.
open up IE, goto tools->internet options-> general->settings> check the radio button "every visit to the page".
Reply With Quote  
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Rep Power: 12
Solved Threads: 2
Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: WEIRD! php pages do not load unless i hit refresh

  #3  
Jul 7th, 2004
Weird. Maybe a cookie hasn't been cleared, since browsers store cookies differently. Try clearning the cookies in IE that are related to your site. This is a very weird error indeed. Have you tried asking others to view the site or tried on another computer with IE?
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
Reply With Quote  
Join Date: Jul 2004
Posts: 2
Reputation: tsabar is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
tsabar tsabar is offline Offline
Newbie Poster

Help Re: WEIRD! php pages do not load unless i hit refresh

  #4  
Jul 8th, 2004
yeah, it works fine from other computers, and works fine with my netscape. it is just my IE that needs to be refreshed
Reply With Quote  
Join Date: Jun 2004
Location: London, ON ... CANADA !
Posts: 38
Reputation: CrimsonTwilight is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 1
CrimsonTwilight's Avatar
CrimsonTwilight CrimsonTwilight is offline Offline
Light Poster

Re: WEIRD! php pages do not load unless i hit refresh

  #5  
Jul 8th, 2004
Originally Posted by tsabar
yeah, it works fine from other computers, and works fine with my netscape. it is just my IE that needs to be refreshed

If you cannot fix the problem in IE I would suggest just trying another browser such as Mozilla Firefox.

http://www.mozilla.org/products/firefox/
Reply With Quote  
Join Date: Aug 2004
Posts: 2
Reputation: macaddict is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
macaddict macaddict is offline Offline
Newbie Poster

Re: WEIRD! php pages do not load unless i hit refresh

  #6  
Aug 4th, 2004
Originally Posted by tsabar
when i attempt to access my php pages at:
<snipped>
everytime i try to submit a form or click on a new page nothing loads until i hit refresh. this does not happen with netscape, only with internet explorer, and it only happens on my machine, not on anybody else's machine.

i can't program if i can't view my own pages without refreshing all the time. has anyone else had this problem? is there a configuration problem with my browser??

-ohad

Were you able to figure out what the problem was? I have 2 pc's that do the same when they run .jsp pages.
Last edited by happygeek : Apr 7th, 2008 at 10:16 am. Reason: url snipped
Reply With Quote  
Join Date: Jul 2003
Location: Bamberg, Germany
Posts: 117
Reputation: Iron_Cross is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Iron_Cross's Avatar
Iron_Cross Iron_Cross is offline Offline
Junior Poster

Re: WEIRD! php pages do not load unless i hit refresh

  #7  
Aug 4th, 2004
My guess is that it's the cache. That happens to me too only when I'm developing in ASP.NET my computer caches the page, so I have to hit refresh to see the updated page. Just give it an hour or so and you sohuld be fine. I think you can also set IE to NOT cache pages.
elitehackers.info
Today's Penny-Arcade!
Pain is weakness leaving the body!
Reply With Quote  
Join Date: Jul 2004
Posts: 11
Reputation: rice_web is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 1
rice_web rice_web is offline Offline
Newbie Poster

Re: WEIRD! php pages do not load unless i hit refresh

  #8  
Aug 9th, 2004
Originally Posted by Iron_Cross
My guess is that it's the cache. That happens to me too only when I'm developing in ASP.NET my computer caches the page, so I have to hit refresh to see the updated page. Just give it an hour or so and you sohuld be fine. I think you can also set IE to NOT cache pages.

We have the same problem. Yes, it does happen with dynamic pages, even though it wouldn't stand to reason.

The problem exists in this way for us: when you type in the URL for the first time in a browser session, and by chance you get a parse or other error because we're updating the site at that time, it will necessitate quitting the browser to avoid constantly seeing the error. Of course, the user can always refresh the page, but clicking 'Back' revives the error until the user again refreshes.
Reply With Quote  
Join Date: Aug 2004
Posts: 2
Reputation: macaddict is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
macaddict macaddict is offline Offline
Newbie Poster

Re: WEIRD! php pages do not load unless i hit refresh

  #9  
Aug 10th, 2004
Originally Posted by Iron_Cross
My guess is that it's the cache. That happens to me too only when I'm developing in ASP.NET my computer caches the page, so I have to hit refresh to see the updated page. Just give it an hour or so and you sohuld be fine. I think you can also set IE to NOT cache pages.

It isn't the cache. I've tried emptying the cache and temp folders but it still doesn't work. However, if you create a new user profile it works.

-M
Reply With Quote  
Join Date: Jun 2004
Posts: 22
Reputation: pcarlow is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 0
pcarlow pcarlow is offline Offline
Newbie Poster

Re: WEIRD! php pages do not load unless i hit refresh

  #10  
Aug 12th, 2004
Manually delete all your cookies and run IE repair from add/remove programs.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb PHP Marketplace
Thread Tools Display Modes

Other Threads in the PHP Forum

All times are GMT -4. The time now is 12:33 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC