Posted by David Mιndez on 06/21/05 07:29
Hi,
I need to make a SELECT query to MYSQL (probably with PHP) but through
jscript, then with jscript put the results in some objects!!.
The idea is that when the user click a <select> item and with 'onclick'
event jscript 'call' a PHP file (that makes a QUERY to MYSQL [SELECT data1,
data2, data3 FROM TABLE WHEN ID='SELECT.VALUE') so JScript obtain data1,
data2 and data3. Then with this data and jscript put in on zom text boxes.
Can this be done?
thank you.
[Back to original message]
|