'function name must be a string'

Now what have I done? The 2nd line of my script throws the topic error

[php]
include_once ($_SERVER[‘DOCUMENT_ROOT’] . ‘/cgi-bin/cnnct2mysql.php’ );
include_once ($_SERVER[‘DOCUMENT_ROOT’] . ‘/Apr2013_En/pagehitcntr.php’ );
[/php]

If the first line works why doesn’t the second one?
Thanks as always,
usit

The error is probably somewhere in ‘pagehitcntr.php’

Right-on, JimL!

I learned 2 things from this one:
.Be extra careful when testing two copies of the same script in two different scripts.
.It pays to use phphelp.

Thanks for quick and accurate insight
usit
:o

Sponsor our Newsletter | Privacy Policy | Terms of Service