drop down & text area combo box in php?

  • Thread starter Thread starter CompSci Geek
  • Start date Start date
C

CompSci Geek

Guest
I'm trying to create a form that has a drop down box and text area, the text area space is supposed to be filled with data taken from MYSQL based on which option from the drop down box is chosen. However, I can't figure out how to go about this.

All of the combo boxes using plain Javascript aren't working for use with PHP (I would need to create a loop and continuously pull data from MYSQL and then have a different variable generated for each cycle the loop makes in order to this. I can't figure out how to do the latter.)

Help, please?
 
try to fill the text area with initial data, from path variables, and recall the php page each time the dropdownbox onchange event... this is only a tip, im not sure its work :)
 
Back
Top