Posted by Duende on 11/06/05 22:37
On 06 Nov 2005 Toby Inkster wrote in alt.html
> brucie wrote:
>
>> host runs php as a cgi so the giggly phps thingy doesn't work and i'm too
>> lazy to write <? highlight_file('flowers'); ?> shit!
>
> My standard bit to copy and paste at the start of any example PHP files:
>
> if ($_GET['source'])
> {
> highlight_file($_SERVER['SCRIPT_FILENAME']);
> exit;
> }
>
Demo?
--
D?
Navigation:
[Reply to this message]
|