MyBB Community Forums

Full Version: Editing PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
what do YOU use to edit/modify/debug PHP?

is there a good debugger you can reccomend to a newbie Smile

thanks!
I use dreamweaver for programming, and I try, test, and revise Wink Might want to check out http://g-edit.com/
Notepad. Smile
i'm VERY new to all this.
the way i understand it now, is that i have to upload the code to the server, to see if i have any mistakes, after each little edit.... is there an easier way to go?
you should try to use wampserver it'll be much easyer.
Notepad++ all the way. Smile
I suggest the wampserver, to test his working without need to upload to it his server, the wampserver allow you to test it on your local machine
pepotiger Wrote:I suggest the wampserver, to test his working without need to upload to it his server, the wampserver allow you to test it on your local machine

I'll try to find and download it as soon as i get home.
Thanks!
I suggest running a localhost with xammp or compile PHP, MySQL, and Apache yourself.
Tikitiki Wrote:I suggest running a localhost with xammp or compile PHP, MySQL, and Apache yourself.

Why not just use the pre-compiled versions...?
Pages: 1 2