Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can PHP and MySQL be developed/tested in Windows?

Status
Not open for further replies.

Tread42

MIS
Feb 5, 2002
151
US
I'm new to PHP and had a question. Can PHP and MySQL be developed in Windows? I'm getting ready to buy the Sam's book and wanted to make sure it'd run on my computer first.

Regards
Tread42
 
Sure will. You can download the Win32 Version of Apache (web server) and then download the PHP from the php site. There is also a Windows version of MySQL. //**********************************//
Mithrilhall a.k.a. Shadowblades
//**********************************//
 
Note though that you'll be missing the L from the wonderful LAMP acronym... Linux-Apache-MySQL-PHP

-grin-
Matt
matt@paperlove.org
If I can help, I will.
 
WAMP

couldn't resist Regards

Big Bad Dave

logo.gif


davidbyng@hotmail.com
 
O.K. so as you all can tell I'm REALLY! new to all this. In order to run linux, I'd need to install on a seperate HD right? Does it have any kind of GUI? I've got some small ones hanging around, what kind of space does it require? I know that a big part of it is cutting th GUI out but thought there might be one for newbies like me until I got used to the comand line editing. This post probably belongs in the Linux folder but since you've been so helpful I thought I'd give it a shot here.

Regards
Tread42
 
Tread42,

In case you were confused by some of the posts in here, let me specifically say, you do not need Linux to run PHP or MySQL. In fact, you don't even need Apache. IIS will do just fine. Even Win98's Personal Webserver, if you really want to, but that is not a recommendation.

has a nice little Windows webserver that works with PHP. -------------------------------------------

"Calculus is just the meaningless manipulation of higher symbols"
                          -unknown F student
 
No you don't need linux, but to answer your question:

No you dont need another HD.. You can partition the one you have and run linux on the partition.. Lilo/GRUB will give you the option of what OS to load (Windows/Linux)... Yes, it has a GUI altho most of the more powerful stuff is done in a terminal window.. The language is BASH (Borne Again Shell) and is pretty easy to pick up.. -Nukoi
I know my stuff.. Hire me.
 
Use phpTriad! after the install, run apache (from the start menu!), put your yourfile.php in c:\apache\htdocs\ , and test it by running
phpMyAdmin also gets installed for your simple MySQL admin stuff.

I am running this for testing purpuses on WinXP and I have it running on ME just as well.

Good luck! -gerrygerry
Go To
 
Thanks for all the help everyone. I'm going to give it a shot this weekend.
 
Hi Tread42,
Yes, I'm using IIS which comes with WinXP Pro, PHP 4.1 and MySQL 3.27.49.
Want to get my feet wet with WAMP and LAMP in the near future.
Cheers
%-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top