little clarification

pngwen <[email protected]> 1 Aug 2003 14:10:42 -0000
Newsgroups gmane.comp.web.oscommerce.devel
Message-ID <9f9a55659fc208178b449912005380b9@osCommerce-Forums>
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=205626#205626
----------------------------------------------------------------

[quote]Most browsers go nuts when they see a php begin tag and there is no way to predict how that is going to work.[/quote]

This is not true.  Browsers do not see any of the PHP code unless there is a bug in it.  PHP is a [b]server side scripting language[/b].  This means that the server parses it, and not the browser, apposed to what java is a client side language (the browser does the work).  

[/quote]

you misunderstood what I mean.  i mean if you go to file, select open, and open say foo.php to preview it without running the code through the server