[PHP] Test - Sorry, but it's necessary

2002-03-29 Thread Eric Starr

[PHP] function calls...Incorrect output...What am I doing wrong?

2002-03-29 Thread Eric Starr
I am learning PHP and I am having some trouble. I am working on a hit counter application. I am using PHP 4 even though the file extension might lead you to believe I am using PHP 3. This code is on a page called "homePage.php3". Here is the instantiation of my Counter: All Done!" ?> Here is

[PHP] Re: function calls...Incorrect output...What am I doing wrong?

2002-03-29 Thread Eric Starr
Testing reply... ** "Eric Starr" <[EMAIL PROTECTED]> wrote in message 003f01c1d748$8785e200$[EMAIL PROTECTED]">news:003f01c1d748$8785e200$[EMAIL PROTECTED]... I am learning PHP and I am having some trouble. I am working on a hit counter application. I am

[PHP] Re: function calls...Incorrect output...What am I doing wrong?

2002-03-29 Thread Eric Starr
ot;>>>" . $this->mCountPosition . "<<< "); The output is not what I expected. I am expecting: >>>1<<< Instead I am getting: >>><<< "Eric Starr" <[EMAIL PROTECTED]> wrote in message 003f01c1d748$878

[PHP] Scoping functions in PHP

2002-04-09 Thread Eric Starr
would be greatly appreciated. Eric Starr