PHP buttons return values

Source: Internet
Author: User
The problem of returning values of multiple buttons in PHP reads the name in the txt text cyclically, and adds a button after each name. The trouble is how to set the return value of the button, how can I match the names and buttons one by one? & lt; input & nbsp; type = "submit" & nbsp; value = "" & nbsp; name = ''& nbsp;/& gt; PHP multiple button return values
Cyclically read the name in the txt text, and add a button after each name. The trouble is how to set the button return value and how to match the name with the button one by one


It doesn't matter if the value is set to the same, but it doesn't seem to work if you use the previous variable to assign values to the returned value name.
------ Solution --------------------
That is to say, you only need to know 2
------ Solution --------------------
Yyy in yyy is enough, right?
Then your #2 code should be written
$ Logi = file ("./data/list.txt", FILE_IGNORE_NEW_LINES); // The parameter is used to remove the line break.
Foreach ($ Logi as $ Key => $ Val ){
List ($ num, $ title) = explode ("
------ Solution --------------------
", $ Val );
If ($ num ){
Echo $ title;
?>

}
In the accepted Program
$ Title = key ($ _ GET); // The Input name is obtained.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.