PHP tags
1. Standard Tags
Standard form
echo'ABC'; ?>
2. Short Tags
Need to set Short_open_tag = on in php.ini
echo'ABC'; ?>
3. Echo Short Tags
Abbreviated form of short label outputPHP5.4 and above use this form no longer
Let's introduce how to enable WordPress to support html tags.Open wp-nodes des/comment-template.php and find the following code: if not commented out, it is the status of open: The code is as follows:Copy code 1. Comment it out to disable this
From: http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html (How to Write Doc comments)
Ordering multiple tags We employ the following Conventions when a tag appears more than once inA documentation comment. If desired,
Documentation comments are designed to make it easier for you and others to understand the functionality that your code implements. Some common document comment tags are documented below:Usage: textMark the text in the description as code. For
Article List page pagingA. Loading JQuery librarysince it is jquery-driven Ajax, it is necessary to load the jquery library.
Two. Article List formatin your Article List page (home index.php, archive archive.php) you need to ensure that you have
Notes on code cleansing: Comments
Preface: I used to be convinced that "comments in a good code should take at least half of the size". I am also very proud to add javadoc to every function; I am sorry for the "bad habit" of writing code without
Abstract:Robert Kozak, from Delphi R & D, discusses the correct coding methods.
// My commentsBy Robert KOZAK (Delphi R & D)Two months ago, I had the opportunity to review some of the code I wrote when I first worked for Delphi. I
Excerpt: "The Innovation of HTML 5--Semantic label (i)"One of the innovations in HTML 5: Semantic Tags section element tags.Before HTML 5 came out, we used div to represent page chapters, but none of this was div meaningful. (Even if we use the CSS
Https://www.cnblogs.com/007sx/p/7093429.html1. To query all table names and table annotations under database "Mammothcode"/* Query database ' mammothcode ' all table comments */select table_name,table_comment from INFORMATION_SCHEMA. TABLES WHERE
PHP implements methods for filtering HTML tags in form submissions, form labels
The example in this paper describes how PHP implements HTML tags for filtering form submissions. Share to everyone for your reference. The implementation method is as
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.