Xampp apache server for php in windows |
| |
|
|
|
New Coder Posts: 24 Topics: 21
|
|
|
July 24, 2009, 02:06:26 AM
|
|
To run php, Mysql in windows operating system, Xampp can be easily installed with apache server and php files can be run by this server by the url link of php file. It is useful for those who want to learn php, mysql on windows.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
July 24, 2009, 04:45:00 AM
|
|
It begs the question, why would you want to do it for Windows - get a POSIX based box and do it on there, then it is production ready too
|
|
| |
|
|
|
New Coder Posts: 37 Topics: 0
|
|
|
July 25, 2009, 07:50:14 AM
|
|
Useful tip if you're looking to use a dedicated server, but really, in cases like mine where I'm trying to develop off of a Windows laptop, a setup like this can be useful.
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
July 25, 2009, 10:06:26 AM
|
|
same here for me. I generally do my PHP coding in windows as I have wamp installed. So whenever I want to code in ASP I just turn on my local IIS and when I have to work on PHP I turn it off and turn on the wamp
|
|
| |