Evening all,
I have at least managed to install PHP, Apache, etc. (thanx Firepages!!) and some simple test scripts do work, so I know I'm on the right lines. However, when I kick off the server I get unfound module error messages for a few dll's:
php_pdf.dll
php_gd.dll
php_db.dll
php_oci8.dll
php_zlib.dll
If I try and use any file reading functions, such as fpassthru($file) or fread($file, x)
Then I get an error page displaying:
<b>Warning: Supplied argument is not a valid File-Handle resource in c:\phpdev\www\test2.php3 on line 4</b>
Is this due to the missing dll's or something more sinister.
Please help - so close yet so far.......