Re: [PHP] Re: PHP & XML

2002-10-16 Thread Adrian Slusarczyk
immediately) to be cached, take a look at XML. Besides, once you CAN exchange your stuff with others, you might come across new ideas to improve your whole site! Regards, Adrian Slusarczyk "Simon Taylor" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 414B25821CCAD6

[PHP] file_exists for URLs

2002-10-14 Thread Adrian Slusarczyk
Hi, I'm kinda new to PHP and have the following problem: In a function, I want to verify whether a file exists before I go on, and if it doesn´t, return false and stop right there. So I tried if(!file_exists($my_file)) { return false; exit; } But since $my_file is a URL, it doesn´t work. Does a