Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
php



PHP: Hypertext Preprocessor

(web, programming)   (PHP) An Open Source, server-side, cross-platform, scripting language used to create dynamic web pages.

PHP can be embedded in HTML using special tags like:

 <?php echo '<p>Hello World</p>'; ?> 
This is stored in a file with a ".php" extension. The web server passes the file to the PHP interpreter which executes the code in the <?php ... ?> tags. The tagged code is then replaced with its output, typically ordinary HTML, in the response sent to the web browser.

PHP is a recursive acronym.

Latest version: 5.3.2 2010-03-04, as of 2010-03-20.

PHP Home.

Cheat sheet.

Last updated: 2010-03-20




Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.