Hi, I'm new to the board here and have questions about my IIS isapi install of PHP and MySQL.
I have need of a web based database for an intranet page and have issues....haven't even gotten to the MySQL part yet...
I used several builds of the full zip versions I'm on the 4.2.1 version right now. This was the version that I seen the tutorial on. I origionally used the webmasterbase article:
It seemed to be right on the money and very easy to understand.
"Build your own Database Driven Website using PHP & MySQL"
Any opinions on this newbie howto articles woul be appreciated as well.
After following the directions, word for word, from a fresh install of php on a fresh IIS install from the win2k pro CD I had the following error
(include_path='.;c:\php4\pear') in Unknown on line 0
I tried several versions from 4.1.x to 4.2.1 and the same result with all. I got the same error on the local and remote machines.
I tried uncommenting the line in the php.ini file and editing the line several ways, and still same error. (including the updated path shown in that line each time. I have use several howto and the php readmes.....
The only way I could make it work is to check the "check that file exists" box and then it will only work on the local machine, and it seems slow at that.
It asks to be authenticated from any other box when trying to access a .php file, but will display a .html file just fine. After entering password it will display the .php page, but really slow at that.
I tried changing permissions of the php directory several ways, but it gives the same result every way.
I appreciate anyone who read through this and would also really appreciate anyone that would give me some advice here.
PLEASE HELP!!!!!