1. Introduction to PHP
(1) PHP: Chinese name, hypertext preprocessor, is a general open source scripting language;
(2) Introduction to Dreamweaver
(3) Four delimiters
Standard style: ;
Short tag style: ?>;
By default, the short tag style is not supported. You must enable support for short tags in the PHP configuration file (php.ini) ;
In the configuration file, search for "short_open_tag", change the parameter to On, and restart the Apache server;
asp style: <% %>;
By default, asp style delimiters are not supported, and they must be set in the configuration file Enable support for asp tags in (php.ini);
In the configuration file, search for "asp_tags", change the parameter to On, and restart the Apache server;
Script style:
Latest Articles by Author
-
2025-02-26 03:58:14
-
2025-02-26 03:38:10
-
2025-02-26 03:17:10
-
2025-02-26 02:49:09
-
2025-02-26 01:08:13
-
2025-02-26 00:46:10
-
2025-02-25 23:42:08
-
2025-02-25 22:50:13
-
2025-02-25 21:54:11
-
2025-02-25 20:45:11
Latest Issues
-
2025-03-21 13:39:34
-
2025-03-21 13:38:34
-
2025-03-21 13:37:19
-
2025-03-21 13:35:24
-
2025-03-21 13:34:32