Hi,
I'm new to PHP.
When I run a script through php.exe ( from the command line ) with "-e" I get the following message:
Call to undefined function: () in <myscript> on <linenumber>.
The <linenumber> indeed contains a call which looks something like this:
$db->connect( ... );
which connects to a database.
I understand such an error message usually appears if PHP has not been compiled to support that function, but since It doesn't say any function name ... I'm a bit lost.
In case it matters I use PHP4 + Apache 1.3 + WinNT4.0.
Thanks,
razvan