Home  >  Article  >  Backend Development  >  Analysis of the role of extract in PHP_PHP tutorial

Analysis of the role of extract in PHP_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:52:271092browse

addslashes -- Use backslashes to quote strings "

extract(addslashes($_POST)); -- Process POST forms "
Put the client

form Take out the variable names in .                                                                                                                                                                                        ​


http://www.bkjia.com/PHPjc/318907.html

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/318907.htmlTechArticleaddslashes--Use backslashes to quote the string extract(addslashes($_POST));--Processing POST forms Take out the variable names in the client's FORMMETHOD="POST"... form. extract(addslashes($_GET)...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn