Jump to content

How to get multiple values


glkshankar

Recommended Posts

Hi All,

 

I am new to PHP scripting need some quick help in my code.

 

I am using $_GET for getting values from a drop down like below:

 

<Select Name='Cluster' id='1'>;

echo $_GET["<option value = $ID>" .$NAME. "</option>"];

 

from this i can get the id into $_get but i want both NAME and ID

 

is there any way like $_get.id, $_get.name that i can use and use the values in different places.

 

--Shankar

Link to comment
https://forums.phpfreaks.com/topic/146518-how-to-get-multiple-values/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.