From cl@isbd.net Thu Feb 4 23:10:30 2010 From: Chris G To: main@lists.alug.org.uk Subject: Re: [ALUG] HTML embedded scripting, is it really this much of a kludge? Date: Thu, 04 Feb 2010 23:10:28 +0000 Message-ID: <20100204231028.GG27857@chris> In-Reply-To: <3c857e1c1002041358o37caeef9sf86142913f007236@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7146275430914571327==" --===============7146275430914571327== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Thu, Feb 04, 2010 at 09:58:41PM +0000, James Bensley wrote: > PHP is a server side language which means you need a web service (like > Apache) running serving up your pages like a web server with the PHP > extensions/interpreter installed. What this means is that you can > write a page in HTML and throw some PHP in. Then when a client browses > to mywebserver.com/my_php_page.php on the server, instead of simply > parsing the client browser the code of the page to render the server > sees that the file has a .php extension and reads and executes the PHP > code sending the resulting HTML code of that PHP code execution to the > clients browser. > So where is this being client side) and