Yes ,but my questions is not clear i think, let try once again what i am trying to do...
Suppose from this code
echo "<form action=\"Sends Necessary.php\" method=\"GET\">
<input type='number' name='sample' value='$sample'>";
echo "</td>";
I am asking for a textbox of type number right, but i am only getting one variable through $sample, due to which when i input any number it remembers that but
hidden part is i am pulling this in the loop ,before asking this i am selecting a country and specialty and when i select only one country and one specialty it pulls the above requested textbox once and everything works fine,
but
when i pull more then one country and specialty then i get that text box displayed as manytimes as the selection ..suppose i selected US and Canada with Dentist then my results will be
US Dentist Textbox1 (i requested)
Canada Dentist Textbox2 (i requested)
so i am doing some mathematical operation on these textboxes but when i run Go the end of this form then i remembers only value entered in textbox2 and give results for that in both ......
i know i should be calling array in the form but that is what i don't know as i am new ........
as well as i am not trying to input more then 1 value in 1 textbox but i was calling one texbox and that is taking one variable i should be calling instaed a array that can store my 2nd value in 2nd textbox