Thread: PHP Question
View Single Post
Old 02-28-2004, 11:08 AM  
alex79
Confirmed User
 
Join Date: Jun 2002
Location: france
Posts: 996
Quote:
Originally posted by JDog
if(!$x = fopen($url)) {
echo "Can not access $url";
exit;
}

with this i get next:

Warning: Wrong parameter count for fopen() in /home/****** on line 23
Can not access http://www.********
alex79 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote