JamesGMills
Programmer
I am doing a report for my boss and want to be able to include php code in my word document. When i copy the code from dreamweaver it turns it into black anc white. Does anyone know how i can keep the nice colours?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?php
$file = "";//put file name here
highlight_file($file);
?>