hi guys...
i'm writing an application using php. i have one page in which the usr will choose from a select table a product code. in the mysql select statement i selected the product code, the product description and the product price.
how could i achieve the following need?...
if the user selects a product code from the select, i need to refresh the value of the "description" and "price" fields (already shown in the page).
so far nothing i've tried has worked out (even javascript), and i wouldn't like to use a couple of pages to achieve this.
could anyone hekp? it's important...
thanks in advance!
ps. pls take a look at the attached file so you can have an idea on how the layout looks right now...