Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Ok this will probably be seen as noob question by many, but I don't feel like spending hours googling for answers and getting frustrated by out of date or incomplete answers. I have a fresh machine with WindowsXP installed. I want to start programming in PHP, asap, but I need to set up environment first. I haven't chosen IDE yet, I want to try both NetBeans and Eclipse Juno before I decide on one of them. Installing them was pretty straight forward, but after that I get a little bit lost. I need:
xdebug
svn
phpunit
selenium
Is there any "for dummies" kind of resource on those subjects. As a long time windows user, I'm not used to much configuration and installation (aside from running installer file that is), so any recommended resources that don't assume I know too much about any of those technologies would come in handy

share|improve this question

closed as not constructive by markus, luser droog, diciu, 4e6, hjpotter92 Mar 2 at 6:34

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Well, it obviously is a noob question :) I'll try to answering it anyways before it's closed because, well, I think it's nice if you start developing with PHP. Let's start.

So first off, how's XP fresh? Depending on the machine, you might not even have enough memory to run a good IDE ;) but that's off topic because you should actually start with a simple text editor to really learn to understand what you're doing. Then for starters get EasyPHP and well, start writing PHP. No xdebug, svn, phpunit and selenium needed to learn the basics.

Go over to http://www.phptherightway.com/ and read through it while you start and have fun!

share|improve this answer
i'm not sure why this is closed. many people have installed all of those functionalities many times and many people haven't installed them, ever. why not have a little php setup for noobs. as far as being a beginner i have worked in php for over a year now, but i have always worked in local with no debugger or testing tools. i will need to setup environment on 3 computers and i was hoping not to have to spend hours searching the net when people here can answer relatively easily. as far as xp and my machine go, i just don't like windows 7 or 8, but my machines are solid enough. thanx anyway – Ajant Mar 2 at 8:45

Not the answer you're looking for? Browse other questions tagged or ask your own question.