Old php page still coming !!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
faisala
Forum Newbie
Posts: 5
Joined: Wed Oct 30, 2002 10:10 am

Old php page still coming !!!

Post by faisala »

Hi all,,

I have a problem in one of my websites which i using PHP on it ,,


I have an old index.php page which i deleted from all the website and the server, I have now a new index.php page,

Most of the time it works ,, But some times the old page still downloading to the browser.

I treid by clearing temporary internet files on my computer and clearing the History folder on my computer ,, But still some time the old page still appearing ...


I tried from another computers as well, where this web site is not browsed there before.. the old index.php page is coming sometime there also..


I checked the server for the page, but i can't find the page there,,


Any body can advise me on this issue


Regards


Faisal
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

You seem to be having a problem with caching have a look at the cache-control info on the manual page for header().

Mac
Post Reply