php获取url中的参数
比如说有一个url,形式为
PHP code
<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
-->http://www.abcd.org/go.php?&from=efgh&go=www.ijkl.edu.cn
,如何获取这个url中的from参数和go参数?
------解决方案--------------------怎么又有这个 用$_GET['from'];
------解决方案--------------------$_GET['from']和$_GET['go']
Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn