[PHP] Re: [PHP-DEV] Fatal error: Call to a member function on a non-object

2008-11-17 Thread Paweł Stradomski
they're request for code execution, not for value (remember, not all functions return values as they most important effect - it's not Haskell). Calling non-existing function returns in fatal error in PHP; it's the same for: $object->iHaveNoSuchMethod(); $null->method();

Re: [PHP] Distinguishing between a mouse click and a refresh?

2006-12-04 Thread Paweł Stradomski
give you some information, but you cannot fully trust this header, as it might not be sent, or be malformed. -- Paweł Stradomski -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php