Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to learn php.Please tell me which software Should be downloaded in xp sp3.I want to use iis as server as it is installed in my pc.
Posted
Comments
Sergey Alexandrovich Kryukov 30-Sep-12 13:50pm    
Have your own search failed? You should start from the search, always.
--SA

1 solution

I would instead recommend downloading Portable XAMPP. It doesn't require installation and gives you a running Apache with MySQL and PHP installed and ready to go. This way you can concentrate on learning PHP instead of learning how to be a server administrator.

Once you've done that, there are many good tutorials on the net. Avoid ones that focus on PHP4. PHP5 adds object-orientation and there are far too many PHP4 programmers out there that write aweful PHP5 code.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 30-Sep-12 13:49pm    
Useful recommendation, my 5. Just PHP installation (without any Web servers) would be good to get started with PHP itself, and installing Apache with PHP is easy enough and provides comprehensive support though.
--SA
Yvan Rodrigues 30-Sep-12 14:05pm    
Learning the language without a web server would definitely better i.e. PHP != web programming; however good luck finding a tutorial (or book) that doesn't make that same assumption.
Sergey Alexandrovich Kryukov 30-Sep-12 19:26pm    
Thank you, Yvan. I'm not sure that learning PHP without the HTTP server is better, but it would be a useful step.
By the way, PHP is not exactly a great thing, to take it too seriously...
--SA
Yvan Rodrigues 30-Sep-12 21:19pm    
AMEN!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900