i am using Google charts in my website and it is working perfectly. i am 
getting the data from Form and display the charts according now i want to 
display the drop down list for deviceid stored in mysql database. 

<form name="form1" method="post" action="">
    <tr><td>From Date:</td><td> <input name="from" type="text" 
id="from"></td></tr>

    <tr><td>To Date:</td><td><input name="to" type="text" id="to"></td></tr>
    
    <tr><td>Device Id:</td><td> <input name="DeviceId" type="text" 
id="DeviceId"></td></tr>
    <td colspan="3" align="center"><input type="submit" name="Submit" 
value="Submit"></td>
</form>

this is my form and i am using PHP and mysql database. i don't know how to 
use drop down list from mysql table. if any  one knows how to do this 
please tell me. Thanks 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to