i need some way out for this problem, plz help
i have a form which has one select field and rest text fields, select field has some names available in database,
so i need to design code such that,
if i select some name from select box, rest text fields which contain details of the name say address, contact info etc should get filled up as soon as i select name
and if i don't choose anything from select, i will just fill up text boxes
what i have done is, established a form, in php and connected it to mysql database for select name options
n what's remained is javascript part,
i wanna know how can i write javascript code so that, if i select some name from select box, it would go n search my mysql databse for details of that name?
how to establish connection between mysql and javascript?
or should run query in php and pass on results to javascript
any help would be gr8ly appreciated
i would be much thankful if u provide some web based tutorial for php+mysql+javascript
thanx
This post has been edited by gayatri: 06 March 2006 - 11:59 PM

New Topic/Question
Reply


MultiQuote




|