Re: [PHP] Too many open files

2003-01-10 Thread Rus Foster
On Wed, 8 Jan 2003, Macrosoft wrote: Can anybody explain me what does mean error: Warning: main(footer.inc.php) [function.main.html]: failed to create stream: Too many open files in /www/sql/main.php on line 96 (phpPgAdmin 2.4.2 scripts, PHP 4.3.0 +

[PHP] Parsing RDF files help needed?

2002-09-26 Thread Rus Foster
($parser))); fclose($fp); As you can see I'm trying to use global variables but I'm just really unhappy with the quality of the code so any help would be appreciated. Rgds Rus foster -- http://www.fsck.me.uk - Rant wibble wave http://shells.fsck.me.uk - Hosting and stuff -- PHP General

[PHP] tmpnam filename

2002-08-29 Thread Rus Foster
Hi All, I'm fairly new to this list/PHP and I've already hit a bit of a brick wall. I'm trying to write some data out to a temporary file then make a passthru call so that another program can take the file as input on the command line I first tried print pDo stuff/p; $temp = tmpfile();