I wonder confirm whether or not PHPLIB is included properly by my setup, so I use the following texting code (searched in the PHPLIB documentation)
$db = new DB_Example;
print "It works without error messages.\n";
There is nothing in the php test webpage containt the texting code - no error caution or even a word, however.
Perhapse PHPLIB failed to be installed in my windowsxp+Apache2.0+mysql4.0+php5. Fortunately, I succeed in installing vBulletin that means PHP, mysql and apache are able to work.
I edit php.ini like this:
include_path = "D:\Apache Group\Apache2\htdocs\php"
auto_prepend_file = "D:\Apache Group\Apache2\htdocs\php\prepend.php3"
but "track_vars" haven't been found in php.ini, even I search it backwards and forwards.
Is it wrong to define include_path or auto_prepend_file as I edit?
Please help me, thanks very much!!!