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

That wouldn't work on a normal file either. You should always try to reduce your problem to the simplest case. :-)

http://php.net/file_exists

The argument is a filename.

Hope that helps.

Chris

--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/

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

Reply via email to