What program should i use for easy change in PHP. I do not want change codes i just want to change text in PHP documents and maybe check the code is correct. I want a easy program since i do not do PHP normally my webmaster do
You can use Notepad++ for syntax highlighting of php, so you can easily edit the code with it.. and for executing it, use EasyPHP for it.. it will install the Apache server and automatically integrate php and mysql with it.
Syntax highlighting will color code the various parts of a php file making it easier to spot mistakes and just makes it easier to read. I still use notepad if I'm using FTP to access files, else its PFE. You might be more interested in something like an IDE for PHP but it makes little sense if you aren't coding full time.
Zend ide check my blog for a full review http://www.crivionweb.com/phpblog/php-editor-with-autocomplete-feature/
No as shallowink said, syntax highlighting will color code the various parts of a php file making it easier to spot mistakes and just makes it easier to read
I am a not a Harry Potter when it comes to PHP i am just the write of the stuff and sometimes i want to go in a change small stuff like text in the code. I do not want to change the code just maybe change a "i" to "I"
PHP Personal Designer - I've been using it for about 2 years now, seems great very fast aswell, easy to use etc.