Search found 3 matches
- Sat Dec 06, 2008 6:52 am
- Forum: PHP - Code
- Topic: How to interrupt native function in php
- Replies: 2
- Views: 157
Re: How to interrupt native function in php
and it can stop loading page if it is loading slowly?
- Sat Dec 06, 2008 6:39 am
- Forum: PHP - Code
- Topic: end session and reload page from within logout function?
- Replies: 3
- Views: 184
Re: end session and reload page from within logout function?
did you try header("Location: http://domain/login.php") ?
- Sat Dec 06, 2008 3:06 am
- Forum: PHP - Code
- Topic: How to interrupt native function in php
- Replies: 2
- Views: 157
How to interrupt native function in php
I have a problem in my code. I parse web pages finding usfull information. But very usually there are bad servers on the net. They work slowly, and loading page of several kb takes up to minute or can take more. So i am using file($where) where $where is page address. So is there any way to interrup...