Remove HTML tags from PHP. We usually use htmlspecialchars () to filter html, but escape the html characters and display the html source code. use strip_tags () to remove html tags. zookeeper
We usually use htmlspecialchars () to filter html, but
HTML tidy configuration options
Most of our current websites are html. If you want to standardize them, It is very troublesome to manually modify one page at a time. If there is a tool that can automatically convert HTML into conforming XHTML. In
Zookeeper
We usually use htmlspecialchars () to filter html, but escape the html characters and display the html source code.
Use strip_tags () to remove html tags.
$ Str = 'href ';// Echo htmlspecialchars ($ str );Echo strip_tags ($ str );
Input and output
Input and output should be said to be the basic functions of many websites. User input data, Web site output data for other people to browse.
Take the current popular blog as an example, where the input output is the author to edit
Http://blog.cong.co/cygwin.html#%E5%AE%9A%E4%B9%89%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F Configuring a service program in CygwinReference [Http://www.cnblogs.com/clarkchen/archive/2011/02/21/1960217.html]
Configure Apache HTTPD2 Service
Apache URL rewriting rules and apacheurl Rewriting1. Introduction
The rewrite function of Apached is the mod_rewrite module function, which is a module of apache. It is very powerful and can operate all parts of the URL.
Therefore, we can rewrite
System environment: Windows Apache 2.2
Load Rewrite module:
Found in httpd.conf in the Conf directory
LoadModule Rewrite_module modules/mod_rewrite.so
This sentence, remove the front annotation symbol "#", or add this sentence.
Allow the ".
YACC and Lex Quick StartIntroduction to Lex and YACCLex and YACC are two very important and powerful tools for UNIX. In fact, if you're familiar with Lex and YACC, their powerful capabilities make the compilers of FORTRAN and C as trifling as they
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.