RE: [PHP] web visitor viewing a script?

2003-01-04 Thread Timothy Hitchens \(HiTCHO\)
Only if your webserver has a handler issue will this occur or if you have a .htaccess to override the server from passing onto PHP. This will happen with .php3 files if you don't have them set to be processed by php or any other extension that is not included in your web server configuration file

Re: [PHP] web visitor viewing a script?

2003-01-04 Thread Michael J. Pawlowsky
or rename the file to .phps for PHP source. Many servers recognize this mime type as source and send you the file. But if you are thinking about security... the script is compiled and executed on the server. What you see are the results of the application. Get it? This is good and bad...

RE: [PHP] web visitor viewing a script?

2003-01-04 Thread Larry Brown
Thank you guys for the confirmation and ...yes I got it. :( Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Michael J. Pawlowsky [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 04, 2003 8:52 PM To: Larry Brown; [EMAIL PROTECTED] Subject: Re: [PHP] web