Hi,
I installed : php-4.3.0-win32.zip
: Mysql-3.23.54-win.zip
: Microsoft PWS (downlaoded from the windows NT 4.0
service pack, selecting windows 95)
I followed all the steps to install it and according to me it works,
If i look at this page in my browser: http://localhost/today.php
i see todays date.
<html>
<head>
<title>Today's Date</title>
</head>
<body>
<p>Today's Date (according to this Web server) is <?php
echo( date("l, F dS Y.") );
?></p>
</body>
</html>
So i guess it works.
I followed the instructions in a php book i bought and set the
include_path as follows:
include_path = ".;C:\Inetpub\phpinc"
I made a file named dbconnect.inc witch contains the hostname , user and password and saved it in the phpinc directory.
For some reason that i could not figure out include does not work
I get this:
Warning: Unknown(C:\Inetpub\wwwroot\setup.php): failed to create stream: No such file or directory in Unknown on line 0
Warning: Unknown(): Failed opening 'C:\Inetpub\wwwroot\setup.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
It's all new to me this, who could help me to fix this problem.
Thanks ,
Norm