•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 426,017 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,688 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 77991 | Replies: 11
![]() |
| |
•
•
Join Date: Sep 2004
Posts: 14
Reputation:
Rep Power: 5
Solved Threads: 0
Hello,
Firstly, Merry Christmas to everyone! :cheesy:
I'm thinking of installing PHP on WinXP Pro, using IIS 5.1 as my web server. I have browsed around and there's 2 versions of PHP( i.e. PHP4 and PHP5). I have no prior knowledge or experience in PHP whatsoever. I only did some VBScript using IIS, some java and c programming. Neither of them needed much configuration at all.
My queries are:
1. Which would be a better version of PHP to install? (i.e. which version is more stable and has better functionality support.)
2. Is manual installation really that much better than using the installer?
I would be running PHP locally on my laptop to practise and learn the language from scratch. :o
Thank you very much in advance for your assistance and guidance!
Sincerely,
Rackus
Firstly, Merry Christmas to everyone! :cheesy:
I'm thinking of installing PHP on WinXP Pro, using IIS 5.1 as my web server. I have browsed around and there's 2 versions of PHP( i.e. PHP4 and PHP5). I have no prior knowledge or experience in PHP whatsoever. I only did some VBScript using IIS, some java and c programming. Neither of them needed much configuration at all.
My queries are:
1. Which would be a better version of PHP to install? (i.e. which version is more stable and has better functionality support.)
2. Is manual installation really that much better than using the installer?
I would be running PHP locally on my laptop to practise and learn the language from scratch. :o
Thank you very much in advance for your assistance and guidance!
Sincerely,
Rackus
•
•
Join Date: May 2004
Location: Boston,MA
Posts: 1,362
Reputation:
Rep Power: 7
Solved Threads: 17
Use php5 since it is the latest version. and on the php website they should tell you how to install it for your website.
•
•
Join Date: Dec 2004
Location: Fort Bragg, NC
Posts: 189
Reputation:
Rep Power: 4
Solved Threads: 3
ERMMMM, just go and download MySQL at mysql.com Be sure to gget the latest also. If yo ujust want to run php and dont care wheather its php4 or php5 then search in google or sourcforge for PHPTrial or XAMPP.
dynastyCODERS#1 when it comes to Programming Tutorials, Database designs and discussions, Operating Systems, you name it, check us out and drop us a line to tell us your opinions on any and everything in mind!;)
IT would be best to do everythinb by hand.
Are you going to be using IIS or apache?
If this is for testing on your local i suggest running apache esp if your regular webserver is linux based as IIS will be insanely differnt.
you can get and run apache + php + mysql really easily.
If your going to be using IIS run it as an ISAPI filter, as it is a much better choice overall, Not a fan of IIS so I can'te tell you how to get php setup, just dont set it up as CGI.
your going to want install php by hand, as most people have a hard time configuring php5 to work with mysql esp on windows, use php 4 and mysql 4.0.20/22/23
Are you going to be using IIS or apache?
If this is for testing on your local i suggest running apache esp if your regular webserver is linux based as IIS will be insanely differnt.
you can get and run apache + php + mysql really easily.
If your going to be using IIS run it as an ISAPI filter, as it is a much better choice overall, Not a fan of IIS so I can'te tell you how to get php setup, just dont set it up as CGI.
your going to want install php by hand, as most people have a hard time configuring php5 to work with mysql esp on windows, use php 4 and mysql 4.0.20/22/23
Firefox: no, its not the end all solution, it has its own issues and in time it will be just as insecure as IE, when its hit Firefox 6, if it makes it that far. Oh, and AOL pays for it, incase you didn't know.
Microsoft & Windows: If you hate it so much, move to linux, or bsd, or anything else, stop complaning and move on.
Good starting places: Gentoo Novell SUSE Fedora Core Apple
Microsoft & Windows: If you hate it so much, move to linux, or bsd, or anything else, stop complaning and move on.
Good starting places: Gentoo Novell SUSE Fedora Core Apple
•
•
Join Date: Dec 2004
Location: Fort Bragg, NC
Posts: 189
Reputation:
Rep Power: 4
Solved Threads: 3
•
•
•
•
IT would be best to do everythinb by hand.
Are you going to be using IIS or apache?
If this is for testing on your local i suggest running apache esp if your regular webserver is linux based as IIS will be insanely differnt.
you can get and run apache + php + mysql really easily.
If your going to be using IIS run it as an ISAPI filter, as it is a much better choice overall, Not a fan of IIS so I can'te tell you how to get php setup, just dont set it up as CGI.
your going to want install php by hand, as most people have a hard time configuring php5 to work with mysql esp on windows, use php 4 and mysql 4.0.20/22/23
Another great post.
dynastyCODERS#1 when it comes to Programming Tutorials, Database designs and discussions, Operating Systems, you name it, check us out and drop us a line to tell us your opinions on any and everything in mind!;)
•
•
Join Date: Sep 2004
Posts: 14
Reputation:
Rep Power: 5
Solved Threads: 0
Hi everyone,
Thank you so much for the swift replies despite it being the holidays!
Just to confirm that I understood things right...
Its most ideal to run PHP on Apache. My OS is Win XP Pro with Service Pack 2 installed. Thus the recommended softwares are as follows:
1. apache_2.0.52-win32-x86-no_ssl
2. mysql-4.1.8-win-noinstall
3. php-5.0.3-Win32 but would most prob switch to PHP4 to reduce complications during setup as suggested Zachery.
The names are the names of the files that I downloaded. Have not started the installation process until I'm pretty sure what (configuration issues) I'm getting myself into.
As I already have IIS installed, I just don't run IIS when running Apache to avoid any conflict issues, right?
Anyone else has any additional suggestions or recommendations??
Once again thank you so much everyone for your swift responses!!
Sincerely,
Rackus
Thank you so much for the swift replies despite it being the holidays!

Just to confirm that I understood things right...
Its most ideal to run PHP on Apache. My OS is Win XP Pro with Service Pack 2 installed. Thus the recommended softwares are as follows:
1. apache_2.0.52-win32-x86-no_ssl
2. mysql-4.1.8-win-noinstall
3. php-5.0.3-Win32 but would most prob switch to PHP4 to reduce complications during setup as suggested Zachery.
The names are the names of the files that I downloaded. Have not started the installation process until I'm pretty sure what (configuration issues) I'm getting myself into.
As I already have IIS installed, I just don't run IIS when running Apache to avoid any conflict issues, right?
Anyone else has any additional suggestions or recommendations??
Once again thank you so much everyone for your swift responses!!

Sincerely,
Rackus
•
•
Join Date: Sep 2004
Posts: 14
Reputation:
Rep Power: 5
Solved Threads: 0
Hi everyone...
When you guys say install PHP by hand... are you guys referring to downloading the binary files and use C/C++ compiler to compile it? - OR - using the MSI installer to install and edit the configuration?
Actually what is the difference between binary files, source files and build files for Apache?
Thank you for your prompt and helpful replies!
Sincerely,
Rackus
When you guys say install PHP by hand... are you guys referring to downloading the binary files and use C/C++ compiler to compile it? - OR - using the MSI installer to install and edit the configuration?
Actually what is the difference between binary files, source files and build files for Apache?
Thank you for your prompt and helpful replies!
Sincerely,
Rackus
•
•
Join Date: Dec 2004
Location: Los Angeles,CA
Posts: 32
Reputation:
Rep Power: 4
Solved Threads: 0
http://ibsoftware.d2digitalmedia.com/ibserver/
lets you install MySql,Apache and PHP In an installer
lets you install MySql,Apache and PHP In an installer
•
•
Join Date: Sep 2004
Posts: 14
Reputation:
Rep Power: 5
Solved Threads: 0
Hi Adam,
Thanks for the link!
Wanna ask you if I would still need to do additional configuration after using that "program" to install? As in all it does is the installation and bare basic setup, after which I need to edit the configuration files to add some lines here n there??
Thank you once again.
Sincerely,
Rackus
Thanks for the link!
Wanna ask you if I would still need to do additional configuration after using that "program" to install? As in all it does is the installation and bare basic setup, after which I need to edit the configuration files to add some lines here n there??
Thank you once again.
Sincerely,
Rackus
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Previous Thread: what is CRM?
- Next Thread: Parse Error-- help!!!!



Hybrid Mode