Just a curious question but is there any programs that can help/aid you when you write PHP codes? Say there is an error in your code and using this program it would help you locate it, etc.
I might be thinking too much…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As a personal preference, I use Eclipse PDT. Its an integrated development environment for PHP, and comes equipped with syntax as well as error syntax highlighting and a helpful debugger.
Also, with WAMPserver installed, I can easily execute my code after editing and run it on my browser, definitely comes in handy.