Home  >  Article  >  Backend Development  >  PHP之同名参数传递方式

PHP之同名参数传递方式

WBOY
WBOYOriginal
2016-06-23 13:39:471097browse

<?php $come = $_GET[a];	echo phpversion();	echo "cnt=".count($come);	for($i=0; $i<count($come); $i++)	{				echo ">>>".$come[$i]."---";	}?><p><font color="red">hello</font></p><?php ?>   
a b c

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