You're trying to call a function within an object. Something like

Something->getthis();

Which is not a "normal" PHP function. Show your code. You're probably
just calling it wrong.

---John Holmes...

> -----Original Message-----
> From: Richard Brenner [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 03, 2002 4:33 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Fatal error: Call to a member function on a non-object
in
> /www/xynz on line 19
> 
> Hi there.
> 
> I created an inc file with a single function and included it in my
general
> script. When I try to start the function out the the program, I
receive
> the following error message:
> 
> Fatal error: Call to a member function on a non-object in /www/xynz on
> line 19
> 
> Does someone know, what this error means?
> Thank you very much,
> Richard
> 



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

Reply via email to