Hi guys, I wonder if someone can help or knows the answer to my question. There is a piece of software for MAC called coda which allows css editing etc but allows you to see the php files in the editor etc. ( http://www.panic.com/coda/) Is there a simliar piece of software for PC that does exactly what this does? Cheers guys, thanks for your help
If your just looking for a good file editor that can handle html, php, and other types of files for the pc you may want to check out Notepad ++ It's free and works quite well. I use it for the small things I have to do. I'm not huge into coding yet, but this certainly does the job for what I need. You can find their main page here: Code: http://notepad-plus.sourceforge.net/uk/site.htm And it can be downloaded from here: Code: http://sourceforge.net/projects/notepad-plus/ Hope this is what you are looking for...
Are you talking about actually running your own local server via your own computer so you can see the outputs of a "webpage" of a PHP file? You can use IIS 7 to do this.