CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2004
    Location
    Holy Land
    Posts
    306

    [RESOLVED] Developing PHP & MySQL on WindowsXP

    Hey There,

    I wasn't here for quite a while... so here goes...

    I used to develop websites, a while back on my computer... I remember I always had problems installing the PHP, MySQL and Apache Server on windows and having it all work together...

    I finally found, thanks to this forum, an installation package called WAMP Server that installs all you need (Apache, PHP, MySQL) to develop and run PHP scripts with database integration on your computer...

    It worked pretty good, but wasn't that comfortable to use...
    It also had some bugs that annoyed me every once in a while...

    I wanted to know if theres some kind of Platform I can use for running PHP and MySQL on my computer?
    or some kind of better installation package I can use???


    Thanks a lot in advance,
    Gilly914!
    Rate this post if you found it useful!
    10X, gilly914

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Developing PHP & MySQL on WindowsXP

    Welcome back gilly. I remember your days here. I also remember suggesting EasyPHP for people who want to install PHP/Apache/MySQL the easy way. As long as you have a PC that is.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jul 2004
    Location
    Holy Land
    Posts
    306

    Re: Developing PHP & MySQL on WindowsXP

    Thanks Peejavery!

    I'll download it and try...

    Thanks Again!

    Gilly914!
    Rate this post if you found it useful!
    10X, gilly914

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Developing PHP & MySQL on WindowsXP

    You're welcome as always.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Jul 2004
    Location
    Holy Land
    Posts
    306

    Re: Developing PHP & MySQL on WindowsXP

    I just talked to my cousin, who uses PHP & MYSQL just like me...

    and he told me that the easiest way to use PHP and MySQL is using Microsoft IIS Server capabilities...

    He told me this way, I don't need to install Apache or any other Server...


    What do you think about using Microsoft IIS...?
    Should it work just as good as Apache...?

    Thanks again,
    Gilly914!
    Rate this post if you found it useful!
    10X, gilly914

  6. #6
    Join Date
    May 2002
    Posts
    10,943

    Re: Developing PHP & MySQL on WindowsXP

    Ouch. Why did he tell you that. Apache is much more secure and stable than IIS. On top of that, you won't have to update the software constantly.

    Unless you plan to use ASP, don't use IIS.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  7. #7
    Join Date
    Nov 2004
    Location
    Slough, UK
    Posts
    184

    Re: Developing PHP & MySQL on WindowsXP

    Quote Originally Posted by gilly914
    Hey There,

    I wasn't here for quite a while... so here goes...

    I used to develop websites, a while back on my computer... I remember I always had problems installing the PHP, MySQL and Apache Server on windows and having it all work together...

    I finally found, thanks to this forum, an installation package called WAMP Server that installs all you need (Apache, PHP, MySQL) to develop and run PHP scripts with database integration on your computer...

    It worked pretty good, but wasn't that comfortable to use...
    It also had some bugs that annoyed me every once in a while...

    I wanted to know if theres some kind of Platform I can use for running PHP and MySQL on my computer?
    or some kind of better installation package I can use???


    Thanks a lot in advance,
    Gilly914!
    If you want to install and configure them yourself. This is the better option. Not only does it help you gain a better understanding of how the software works and how they interact. You will also be able to familiarise yourself with the configuration files.

    Like PeejAvery said, unless you are using a Windows server platform, Apache is the way to go. Even on Windows server Apache 2 is faster than IIS and more secure.

    If you check my signature there is a link to an Installation guide I wrote a little while back that takes you through the setup of a WAMP server
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || ClickOnline ||

    Did I ever say I was an expert?

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Please mark threads resolved by going to the thread tools menu and clicking the Mark Thread Resolved button.

    Has a post really helped you? Please Rate it.

  8. #8
    Join Date
    Dec 2004
    Posts
    438

    Re: Developing PHP & MySQL on WindowsXP

    I've always used this excellent tutorial for installing apache, php, mysql (and perl if you need it). Follow it closely and it'll never let you down:

    http://www.ricocheting.com/server/apache.html

    I prefer doing things properly rather than using one of those all in one packages, at least you learn something about how it works this way.

  9. #9
    Join Date
    Sep 2002
    Location
    All around the World
    Posts
    99

    Re: Developing PHP & MySQL on WindowsXP

    Well, if you wanted the quick and easy way out....use this instead:
    http://www.apachefriends.org/en/xampp.html

  10. #10
    Join Date
    Aug 2002
    Location
    Brazil
    Posts
    730

    Talking Re: Developing PHP & MySQL on WindowsXP

    I use wamp on my local computer for programming. It installs the latest Apache, PHP5 and MySQL versions and never gave me problems.

    But as visualAd said: it is always good to install everything manually (separated) so you learn how they work. I've done it many times in windows and unix. If you will host a website from your computer this is they way to go.

    I would only suggest IIS if you are an ASP developer (and before that i would encorage it to go PHP instead of ASP) .
    All consequences are eternal in some way.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured