On Thursday 24 January 2002 17:57, Mårten Andersson wrote:
> var_dump(printer_list(PRINTER_ENUM_LOCAL | PRINTER_ENUM_SHARED));
>
> When I try to run this the following errormessage occurs:
> Fatal error: Call to undefined function: infophp() in D:\Program
> Files\Apache Group\Apache\htdocs/index.php on line 61
>
> Undefined function? What does that mean?

It means PHP doesn't know about that function, ie its not a built-in function 
and you haven't defined it.

I don't know what you're trying to do but maybe you mean to use phpinfo() as 
opposed to infophp()?


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Computers are useless.  They can only give you answers.
                -- Pablo Picasso
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to