I am looking for a software which can beautify both PHP and HTML code.

Dreamweaver seems to do a good job with html but not PHP

PHP designer does a good job with PHP but messes up HTML.

Any suggestions guys ?

link|improve this question

Are you looking for an editor, or a way to programmatically beautify code? – Eric Jul 16 '11 at 10:13
I'm not sure what you mean by "beautify". You want some software to indent your code in a pretty way or a syntax highlighter? In the latter case, you want it to produce higlighted code to show on a website or (as your examples made me think) you just need an editor which higlights and formats both languages when you're coding? – cbrandolino Jul 16 '11 at 10:15
Netbeans, PHPStorm or any other IDE? – takeshin Jul 16 '11 at 10:16
i want IDE to indent the code properly – Harsha M V Jul 16 '11 at 20:59
feedback

2 Answers

up vote 1 down vote accepted

Eclipse with setted up by you formatting rules. Both HTML and PHP formatter. And it's free.

link|improve this answer
feedback

You could always use the built in highlight-string function. Not sure if it does a particularly good job, but it's by far the easiest option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.