php PHP
Translation results:
UK ['pi:'etʃp'i:] US ['pi:'etʃp'i:]
abbr. The abbreviation of the English hypertext preprocessing language Hypertext Preprocessor. PHP is an HTML embedded language. It is a scripting language that is embedded in HTML documents and is executed on the server side. The language style is similar to C language and is widely used. ;pounds per horsepower pounds/horsepower;propeller horsepower propeller horsepower;partial-hospitalization program Partial-hospitalization program
php PHPsyntax
Content: PHP is a powerful server-side scripting language for creating dynamic interactive sites. PHP is free and widely used. For competitors like Microsoft ASP, PHP is undoubtedly another efficient option.
php PHPexample
<!DOCTYPE html> <html> <body> <?php echo "我的第一段 PHP 脚本!"; ?> </body> </html>
Run instance »
Click the "Run instance" button to view the online instance