Search found 3 matches

by CSL126
Tue Aug 03, 2004 11:36 pm
Forum: PHP - Code
Topic: fsockopen ??
Replies: 6
Views: 690

Works great! what exactly does the "@" symbol do when it's in front of fsockopen() though?
by CSL126
Tue Aug 03, 2004 9:44 pm
Forum: PHP - Code
Topic: fsockopen ??
Replies: 6
Views: 690

Ok, cool i'll try that out... Thanks a lot!
by CSL126
Tue Aug 03, 2004 9:37 pm
Forum: PHP - Code
Topic: fsockopen ??
Replies: 6
Views: 690

fsockopen ??

Hey guys, I was wondering if anyone could write me a short script. I just want to simply check to see if a server is running. I was told to use fsockopen() on a different forum, but I could never figure out how to get it to work. It works when the server is online, but when it is offline, it throws ...