PHP and IIS site creation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gearfied
Forum Newbie
Posts: 1
Joined: Thu Jul 15, 2004 3:17 pm

PHP and IIS site creation

Post by gearfied »

I'm currently working on IIS 5.0 and PHP 4.3.8. I running my own web server at my place. Here is the task I would like my script to accomplished:

- Bind an exisiting IP address I have on my IIS server (ie. 189.176.2.104) to the web folder itself. At this point I'm manually linking the folder and IP together. So if I create a folder name "newsite" and I bind the IP 189.176.2.104 to it., I would be able to access the folder content if I put the IP address on the web browser. I know there is ways to do it using VBScript and all the .NET series. What I am interested in using is PHP, or even javascript. Thanks in advance for the help.
Post Reply