Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fwrite help

Status
Not open for further replies.

SQL2KDBA69

Programmer
Feb 4, 2004
227
US
does anybody know what this error means.

Notice: fwrite(): send of 9 bytes failed with errno=1 Operation not permitted in /home/allout/public_html/rvsslwebphp/serverliste.php on line 57


here is my site
Code:
$fp = fsockopen("udp://".$ip[$i],$bp[$i],$errno,$errstr);
if (is_resource($fp)){
socket_set_timeout($fp,$socket_timeout);
	fwrite($fp,"REPORTEXT",9);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top