php with javascript
Posted: Mon Jul 01, 2002 6:48 am
if i select the using <select name=ab>
<option value=cd>cd</option>
</select>
then i want to find out the answer at the same page i.e
i want to use select statement like this
select * from where testfiel='$ab';
please let me know how to do that using javascript and php
<option value=cd>cd</option>
</select>
then i want to find out the answer at the same page i.e
i want to use select statement like this
select * from where testfiel='$ab';
please let me know how to do that using javascript and php