I have a form, and I need to select some stuff out of a database like this
Then the value that is returned is going to go in a SELECT list so I don't want to reload the page. Is there anyway I can get the form value, without reloading the page, or using Ajax?Code:SELECT name FROM misc_a WHERE parent=(form value inserted here)



Reply With Quote

Bookmarks