How can I pass a php generated select option var to jquery ui's dialog modal to be...

...used in title and form? I'm trying to create an admin area to edit the main site. I'm using jquery ui, and php. Trying to have a php generated drop down populated by users. Once selected pass the value to a post inside a dialog form. Using the passed var as a hidden input and in the dialog title. Any ideas?
 
Back
Top