Introduction to PHP, Part 1, Second Edition - Septem
ebook
Autor: Adam MajczakISBN: 978-13-112-6294-3
Format: ebook
Data wydania: 2015-02-23
Księgarnia: Septem
Cena książki: 7,26 zł
ENGLISH EDITION
Why IT books should be updated?
Why IT books should be updated?
Since 2013 PHP was improved and updated. In this new (improved and updated) edition I am using some new tools available online. Code examples are also checked, updated and improved. This edition includes also new PHP features (for example: generators) to become more complete and more recent.
What is PHP?
PHP is like C and C++, but interpreted (not compiled) server-side universal programming language (named also the server scripting language) used for dynamic websites and interactive web applications. PHP codes as input produce HTML as output. The PHP script is executed on the server, and the plain HTML result is sent back to the browser. Users do not need to install any additional software to be able to view PHP generated web pages. All being required is that the web server has PHP installed in order to interpret PHP scripts.
What is a PHP File?
* PHP files can contain text, HTML, CSS, JavaScript, and PHP code.
* PHP codes are executed on the server, and the result is returned to the client’s browser as a plain HTML.
* PHP files have as default extension *.php (* = file name, php = extension).
* So named pure PHP files contain PHP codes only (without HTML, JavaScript, nor CSS).
In contrast with static HTML sites, PHP sites are dynamically generated. Instead of the site containing a large number of static HTML files, a PHP-based site may consist of only a few template files (even Single PHP pages are in use). With PHP we are not limited to output HTML. We can output images, PDF files and Flash movies or any text, such as XHTML or XML. Even all HTML code can be dynamically generated by pure PHP files.
Osoby które kupowały "Introduction to PHP, Part 1, Second Edition", wybierały także:
- PHP, MySQL i MVC. Tworzenie witryn WWW opartych na bazie danych 79,00 zł, (39,50 zł -50%)
- PHP. Nowe mo 39,90 zł, (19,95 zł -50%)
- PHP, MySQL i JavaScript. Wprowadzenie. Wydanie IV 99,00 zł, (49,50 zł -50%)
- API nowoczesnej strony WWW. Us 32,90 zł, (16,45 zł -50%)
- Symfony2. Rozbudowa frameworka 32,90 zł, (16,45 zł -50%)