How to get Value of dropdown to other page populated using ajax?
Posted
by Chintan
on Stack Overflow
See other posts from Stack Overflow
or by Chintan
Published on 2010-05-24T17:37:13Z
Indexed on
2010/05/24
17:41 UTC
Read the original article
Hit count: 266
Hello Programming Experts,
To Nik,
I am facing same problem.I am generating two dropdown using ajax. But I can't access value of those dropdowns to another page. i cannot understand this code..what should i do to get value from those dropdowns....Where should i put this function?
Plz reply me at [email protected] php page is like this
$result = mysql_query($sql); echo''; while($row = mysql_fetch_array($result)) { echo ''.$row['lname'].' ';
} echo'';
Thanks Chintan
© Stack Overflow or respective owner