Thanks
Newbie Help
Moderator: General Moderators
-
kenexcelon
- Forum Newbie
- Posts: 2
- Joined: Thu Sep 22, 2005 6:37 pm
Newbie Help
I am wanting to learn PHP, but I want to debug it on my own machine. What else besides the download of the PHP zip file do I need to do this? I'm running Windows XP Pro. Any good free PHP IDEs? Any tips for installation?
Thanks
Thanks
-
kenexcelon
- Forum Newbie
- Posts: 2
- Joined: Thu Sep 22, 2005 6:37 pm
Newbie Help
Do I need to install a server or anything else?
Thanks
Thanks
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Not neccessarily but it would be a HUGE help. Manually debugging your code can be done either in command line or in a web browser. If you want to use a browser then you'll need to install either Apache or IIS (built into widndows XP Pro). Zend requires a working PHP setup in order to do the debugging it does 