1024programmer PHP How to get the value of html drop-down menu in php background, please help me

How to get the value of html drop-down menu in php background, please help me

How to get the value of html drop-down menu in php background, please help


                                                       
              Please select:
                                   Please select
{foreach $pe.roles as $value}
                                                                              {$value.role_name}
                                                         {/foreach}
                
                                                       
                                                       
                                         
                                                                           

——Solution——————–
In your Set the name attribute in the select tag and obtain it through the name attribute value in the PHP background
For example:

Test

PHP code:

if(isset($_POST[“select1”]))
{
echo $_POST[“select1”];
}
——Solution——————–
echo @ $_POST[“selectRole1”];
You can get it

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/how-to-get-the-value-of-html-drop-down-menu-in-php-background-please-help-me-2/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: 34331943@QQ.com

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索