GeekArticles
Database
MySQLInstalling PHP With IIS To Create A Discussion Forum
Author: devarticles.com |
Published: 10th Aug 2005 |
Visited: 197 times |
Add CommentFiled in: MySQLBy: Jayesh Jain Published: 03rd Oct 2002 Type: Tutorial Rating: How would you rate this article: Bad Good Go » Introduction If you're a fan of PHP then you may have PHP installed on an Apache web server using MySQL as the backend on a Windows or Linux machine. Most people will develop and test their code on a Windows machine until they move it into a production machine. In this article I am going to step you through installing PHP under IIS (Internet Information Server) on Windows 2000...n
Read Article Sponsored Links
Related Articles
• PerformancePoint 2007: Installing Planning Server Building more intelligent dashboards for businesses is a great idea; however, getting the software installed can be a showstopper. Find out how to install Planning Server, one of several installations required to get PerformancePoint work ...
• Using OpenSearch to Create a Multi-Search Form This article shows how you can build a search form that will search a number of different sources without the need for a different textbox for each. It even incorporates some basic OpenSearch functionality in order to allow the easy addition of new search providers.Visit our new .NET 2.0 sect ...
• Create Insert Statements Dynamically Tom,How do you create insert statments dynamically if I give a table name? in TOAD tool, they have this option for each table [Create insert statements] and I was wondering what kind of logic they might have used to create them.
I was trying it m ...