I want to write a listbox sized to 8 rows - I want to show summaries
in this listbox and when an item is selected, below I want to show the
details of the summary - I can trap a javascript event for the listbox
but can I put PHP code into the javascript event? I need to grab the
details out of a MySQL database using PHP - so basically I'm asking
how can I get the details to update dynamically as the user clicks on
different listbox items?
Thanks...
in this listbox and when an item is selected, below I want to show the
details of the summary - I can trap a javascript event for the listbox
but can I put PHP code into the javascript event? I need to grab the
details out of a MySQL database using PHP - so basically I'm asking
how can I get the details to update dynamically as the user clicks on
different listbox items?
Thanks...
Comment