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
ML error: %s at line %d",
xml_error_string(xml_get_error_code($parser)),xml_get_current_line_number($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
Ru
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 "Do stuff";
$temp = tmpfile();
fw
3 matches
Mail list logo