Gustav Wiberg wrote:
Hi there!

File_exists doesn't seem to work with URLs that point to another domain. What to use?

$x = fopen(http://www.stammis.com/getstart.php);
if file_exists($x) ....

what errors are you getting?
what is $x?

....
???

/G
http://www.varupiraten.se/



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to