Is there a way to import a PHP3 script's source code so that the web server will put in the built-in color coding? So like I could format a page my own way, but also include the script while showing the color?
I thought do a require("script.phps") would do it, but that seems to just run the script. Any ideas? I was going to try running an exec with lynx -source but that didn't seem to do anything.
Thanks,
Mike