RE: [PHP-WIN] Showing source code with .phps extension

2001-03-19 Thread Fernando Madruga
o it from now on!! HTH, Fernando Madruga -Original Message- From: Anders Pettersson [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 19 de Março de 2001 18:12 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Showing source code with .phps extension Thanks for your answer, but I don'

Re: [PHP-WIN] Showing source code with .phps extension

2001-03-19 Thread Anders Pettersson
Thanks for your answer, but I don't run PHP as a module, but rather as CGI. If I follow your advise, my phps files get parsed as usual, they don't show the source code. At the moment I'm solving it with the highlight() command, but that is not an optimal solution... Regards Anders Pettersson

RE: [PHP-WIN] Showing source code with .phps extension

2001-03-16 Thread Fernando Madruga
the proper color coded source. HTH, Fernando Madruga -Original Message- From: Anders Pettersson [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 15 de Março de 2001 18:35 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Showing source code with .phps extension On my Linux RH 6.2 computer - when

RE: [PHP-WIN] Showing source code with .phps extension

2001-03-15 Thread Keith Stevenson
, March 15, 2001 6:35 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Showing source code with .phps extension On my Linux RH 6.2 computer - when working with Apache, mySQL and PHP - there is no problems showing the source code to my code developing friends. If I rename the php-file to phps it works just

[PHP-WIN] Showing source code with .phps extension

2001-03-15 Thread Anders Pettersson
On my Linux RH 6.2 computer - when working with Apache, mySQL and PHP - there is no problems showing the source code to my code developing friends. If I rename the php-file to phps it works just well. BUT, when doing the very same thing on my W98 or W2k machines, the source code will not show. Th