Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Return my SQL query back to my html page. Reply To: Return my SQL query back to my html page.

#168891
__
Participant

How to I get it to output to the html page with the form on it?

PHP cannot do that. PHP is long gone by the time your user fills out the form.

You can use ajax to call your PHP script, and bring the output back to your current page. Various javascript libraries (like jQuery) have methods that make working with ajax easier.