html, css, jQuery, PHP, mySQL

Posts Tagged ‘server side language’

Beginning PHP – some basic concepts

Monday, February 21st, 2011

PHP is an Interpreted Server-Side Language. This means that the code is never sent to a browser. It “lives” entirely on the server. The server reads through any PHP that it encounters in a document, and works out what the result should be. A document containing PHP is normally has the extension .php, however it is possible [...]

Tags: , , , , , , , , , , , , , , , ,
Posted in PHP, Tutorials | No Comments »