Hey all.
This may be an easy question to answer but i for the life of me cannot get this to work
I have a simple page that displays a html form with a single field (member_id) and a submit button, i need to take that member_id and pass it to a form processor that will pull data from mysql and then display the result in the modal what would the best approach be for this? I already have the sql build just need to know how to submit to a modal and display info within that modal.
my current page.
[php]