Hi all,
Is it possible to have colours for different functions using php in the code view. Just like what happens for html, js and css files. eg. If its a comment display in green, if its text display in black etc.
Frontpage will reformat code put in the <?php ?> brackets so use the asp version to prevent this from happening use <% %>
then go into your php.ini file and set asp_tags="1".
Bookmarks