[jQuery] fill form elements with PHP returned results
hi! I'm new to Jquery, and guys please help me on thin simple problem.
I have a form where is includes,
a combo box (to select news id)
a text box to display the news title
a text area to display the news body
two radio buttons to display whether the new item is active or
inactive.
Now! i need to know how to fill this form when I select a news id form
my combo box.
I have filled the combo box with the data in my-sql DB using the PHP.
and I know how to write the PHP code to retrieve result related to a
news_id.
can I fill this form when user select a news_id on combo box with out
refreshing the page?
if yes! how to archive it with Jquery.
Thanks a lot!