Heim >Backend-Entwicklung >PHP-Tutorial >PHP 多个按钮返回值的有关问题

PHP 多个按钮返回值的有关问题

WBOY
WBOYOriginal
2016-06-13 11:19:591084Durchsuche

PHP 多个按钮返回值的问题
循环读取txt文本上的名字,同时每个名字后面加一个按钮,遇到麻烦的是按钮返回值怎么设置,怎么才能名字和按钮一一对应


value设置成一样倒没关系,但是返回值name该如何设置,用前面的变量赋值好像不行啊。

------解决方案--------------------
就是说你只需要知道 2
------解决方案--------------------
yyy 中的 yyy 就可以了,是吧?
那么你#2的代码应该写作
$Logi = file("./data/list.txt", FILE_IGNORE_NEW_LINES); //参数的作用是去掉换行符<br />foreach( $Logi as $Key => $Val ) {<br />  list($num, $title) = explode ( "<br><font color='#FF8000'>------解决方案--------------------</font><br>" , $Val );<br />  if($num){<br />    echo $title;<br />?><br />  <form><br />  <p align="center"><input type="submit" value="评论" name="<?php echo $title ?>" /></p><br />  </form><br /><?php<br />}
接受的程序中
$title = key($_GET); //就得到传入的名字了
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn