Jasper Howard wrote:
it seems possible that this is the problem, you called it,
"checkLoggedIn()" in your script then tried to call,
"checkloggedin()". Notice the caps aren't there when you tried to call
it.
Case does not matter for functions. Only for variable names.
--
PHP General Mailing List (h
it seems possible that this is the problem, you called it,
"checkLoggedIn()" in your script then tried to call,
"checkloggedin()". Notice the caps aren't there when you tried to call
it.
On Sat, 2 Oct 2004 17:20:07 +0100, Graham Cossey <[EMAIL PROTECTED]> wrote:
> Do you have in functions.lib ?
Do you have in functions.lib ?
-Original Message-
From: Andrew W [mailto:[EMAIL PROTECTED]
Sent: 02 October 2004 16:52
To: php-gen
Subject: [PHP] Including function libraries
Ok, I've got a file called functions.lib which contains the following:
function checkLoggedIn()
{
retur
3 matches
Mail list logo