ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-db
php-db
Re: [PHP-DB] fopen : Supplied argument is not a valid File-Handle resource
by Jason Wong other posts by this author
Sep 29 2003 9:35AM messages near this date
Re: [PHP-DB] fopen : Supplied argument is not a valid File-Handle resource | [PHP-DB] Supplied argument is not a valid File-Handle resource in
On Monday 29 September 2003 15:30, Ferdian wrote:

Please post to the correct list, this has nothing to do with databases.

Please do not post multiple times. Wait patiently for a response!

>   I use this script

[snip]

>      $ns = fsockopen($com_server,43); fputs($ns,"$domname\r\n");
>      $result = '';
>      while(!feof($ns)) $result .= fgets($ns,128); fclose($ns);
>      if (eregi($com_nomatch,$result)) { dispav($domname); } else {
>   dispun($domname,$com_server); }
>     }
>     echo '<tr><td colspan="5" class="separator">&nbsp;</td></tr>';
>    }
> 
> 
>   my PHP Version 4.1.2
> 
>   And I get Warning :
> 
>   Warning: Supplied argument is not a valid File-Handle resource in
>  /home/sites/site1/web/whoisnew.php on line 584

[snip]

How about putting in some error checking code as per example in manual?

-- 
Jason Wong ->  Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
------------------------------------------
/*
Documentation:
	Instructions translated from Swedish by Japanese for English
	speaking persons.
*/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Ferdian
Ferdian
Jason Wong
Jason Wong

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved