How to get Value of dropdown to other page populated using ajax?
- by Chintan
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