![]() |
Need just a bit of php help...
I have a java-based chat service and I use a bit of php code to display the current number of chatters on my main splash page. We had an incident this morning where the java chat did not start up properly after a server reboot, and the result was that this bit of php code blared a huge error message across the page. How can I change this php code to suppress the warning/error message?
PHP Code:
PHP Code:
Thanks in adance for any help. |
try
$fp = @fsockopen("localhost", $port, &$errno, &$errstr, 2); |
Quote:
|
All times are GMT -7. The time now is 03:53 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123