Hello Gabino,

Thursday, April 15, 2004, 5:14:43 PM, you wrote:

GT> I presumed that if someone ran my file.php from the server that there would
GT> be some kind of transformation to render the tags before they are displayed.
GT> I find it fascinating that just moving the file off the server to your hard
GT> drive with something like Save Target As... manages to do the same
GT> transformation. That's one of the things I don't like about Javascript...
GT> it's so open to scrutiny.

The reason for this is that even when you "Save Target As", the web
server (usually Apache) has to serve the PHP file to your browser
before your browser can save it. It's at that stage Apache converts it
from the code you write to the HTML/text it outputs.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to