Dear friends
im making script that makes PHP code i want to display in nice colorful way
how can i do it?
Header("Content-type: application/x-httpd-php-source"); this makes IE6 download file
thank you
check out the highlight_file() and highlight_string() functions.
http://www.php.net/manual/en/ref.misc.php
It may put you on the right track
Thank You this is jsut wot i needed