Home > Programming > PHP Tutorial



CM0133 24 PHP Programming

Sort Desciption:

PHP is a serverside scripting language that is embedded in ... As we have just said PHP is a fully featured programming language ...



Content Inside:

CM0133 24 PHP ProgrammingPage 1689BackClosePHP ProgrammingWhat is PHP?PHP stands for PHP Hypertext Processor A recursivedefinition!!.PHP is a serverside scripting language that is embedded ina web page or can be run as script (much Like Perl) from thecommand line (Full support since version 4.3)Page 2690BackClosePHP CharacteristicsThe main characteristics of PHP are:PHP is webspecific and open sourceScripts are embedded into static HTML filesFast execution of scriptsFast access to the database tier of applicationsSupported by most web servers and operating systemsSupports many standard network protocols libraries available for IMAP NNTPSMTP POP3Supports many database management systems libraries available for UNIX DBMMySQL OracleDynamic Output any text HTML XHTML and any other XML file.Also Dynamic Output images PDF files and even Flash moviesText processing features from the POSIX Extended or Perl regular expressionsto parsing XML documents.A fully featured programming language suitable for complex systemsdevelopmentPage 3691BackCloseWhat can PHP do?As we have just said PHP is a fully featured programming languageso it can do just about anything.However it is best suited and is mainly focused on serversidescripting so you can do anything any other CGI program can dosuch as:Collect form dataGenerate dynamic page contentSend and receive cookies.But PHP can do much more than we have not got time to addresshere Please refer to recommended course books Web sites: http://www.php.orghttp://www.phpscripts.co m http://php.resourceindex.comand others.Page 4692BackCloseThree main uses of PHPServerside scripting This is the most traditional and main targetfield for PHP. You need three things to make this work:The PHP parser (CGI or server module)A web server needs a connected PHP installationA web browser access PHP page through URLCommand line scripting You can make a PHP script to run withoutany server or browser. You only need the PHP parser to use it thisway. These scr ...

Source: www.cs.cf.ac.uk


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us
Search Terms:

 

Related Files

PHP Introduction

Filed under: Programming and PHP Tutorial
techniques used in PHP programming. Objectives. By the end of this course you will be able to:. Describe what PHP is and the ...

PHP MySQL Website Programming

Filed under: Programming and PHP Tutorial
PHP Classes (http://www.phpclasses.org/). A more general collection of PHP programming classes of varying quality often a useful to ...

Build Your Own Database Driven Website Using PHP & MySQL

Filed under: Programming and PHP Tutorial
new to you: the PHP scripting language and the MySQL relational database ...... tutorial on 146. two forms of 145. validating MIME types 205 ...

Network Programming

Filed under: Programming and PHP Tutorial
PHP Programming. 53. PHP Arrays. A very useful feature of PHP is the array ... PHP contains a zillion predefined functions to help you. programming ...

Advanced PHP Programming

Filed under: Programming and PHP Tutorial
Programming". A class constructor in PHP5 should be named. contstructor() .... php.ini. file:. After APD is installed you should enable it by setting the ...