![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 | ||
| You can use fopen() to test if a URL exists. "Darcy Sylvester" <anon@shaw.ca> wrote in message news:glGOa.416429$Vi5.10754187@news1.calgary.shaw. ca... > Does anyone know a workaround for file_exists with remote (HTTP) files. I > couldn't file one at php.net or google. > > > | |||
|
| | #3 | ||
| "Darcy Sylvester" <anon@shaw.ca> wrote in message news:<glGOa.416429$Vi5.10754187@news1.calgary.shaw .ca>... > > Does anyone know a workaround for file_exists with remote (HTTP) files. Use of file_exists() on a remote file makes no sense, since the "file" will ALWAYS exist in the sense that you will ALWAYS receive some kind of file-like data back. The remote HTTP server will either give you the file if it exists and is available or return an HTTP error message (404 Not Found, 403 Forbidden, 500 Server error, etc.) The only case when you don't receive a response is when the remote server is down. Cheers, NC | |||
|
| | #4 | ||
| can you give an exemple of your use of the function file_exists with remote (http) files "Nikolai Chuvakhin" <nc@iname.com> escreveu na mensagem news:32d7a63c.0307082323.79d6e1c3@posting.google.c om... > "Darcy Sylvester" <anon@shaw.ca> wrote in message > news:<glGOa.416429$Vi5.10754187@news1.calgary.shaw .ca>... > > > > Does anyone know a workaround for file_exists with remote (HTTP) files. > > Use of file_exists() on a remote file makes no sense, since the "file" > will ALWAYS exist in the sense that you will ALWAYS receive some kind > of file-like data back. The remote HTTP server will either give you > the file if it exists and is available or return an HTTP error message > (404 Not Found, 403 Forbidden, 500 Server error, etc.) The only case > when you don't receive a response is when the remote server is down. > > Cheers, > NC | |||
|
| | #5 | ||
| "toscano" <nomail@spam> wrote in message news:<3f0d6769$0$28687$a729d347@news.telepac.pt>.. . > NC> Use of file_exists() on a remote file makes no sense, > > can you give an exemple of your use of the function file_exists > with remote (http) files Hmm... I think I didn't communicate clearly enough... file_exists() CANNOT be used on remote files, and there is a good reason for that which I thought I explained... Cheers, NC | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: files, file_exists, remote |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sony remote | PA | Car audio | 0 | 06-17-2007 6:01 PM |
| Sony Remote 'joysticks' | SteveH | Car audio | 3 | 06-17-2007 3:08 PM |
| HUMAX REMOTE | satellite | Ebay Technical Questions | 0 | 05-31-2007 12:36 AM |
| remote desktop q | Gazwad | Windows | 0 | 05-28-2007 8:45 PM |
| remote desktop q | Gazwad | Windows | 0 | 05-28-2007 8:45 PM |
| Featured Websites | ||||
|