not a single hour on conveting !!!
all you have to do is beging your file with php tag '<?php'
and close it once you finish !!
an example to show what I mean :
as you can see php is colored while the other HTML in black which means php parser will NOT touch them unless they are inside the tags
now we have php and html in the same file and still will be excutable normaly .. just name your files with PHP and it shall work fine ..

hope I didn't confuse you
