That may be the case, but I had assumed the show() was a function in the
file that should be included.

When I include files and it doesn't work (I've only started trying today and
discovered the beauties of the include_path) it says:
Fatal error: Failed opening required 'includeFile.inc'
(include_path='.:/opt/net/utils/lib/php') in /prj/web/.../file.php on line 4

So I would guess that his include() is working and there either is no show()
in the file or he isn't actually including it, which goes back to your idea.
Hopefully he'll give us more info :-)

-Natalie

-----Original Message-----
From: Jay Blanchard [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 11, 2002 1:27 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Fw: include() statement goofing me up - help


you are getting the error

Fatal error: Call to undefined function: show() in
e:\solomonsporch.org\test.php on line 9

show() is not a function, try include()


Jay

"Wouldn't it be great if lists were like the Magic 8 Ball or a Quija board?"



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to