How to send PHP data to a html page?

  • Thread starter Thread starter real_computer_mac
  • Start date Start date
R

real_computer_mac

Guest
I have an HTML page with a form that sends a value to a PHP page to find an item in my MySQL database. How would I send the result of my MySQL query to the html page?
Would I have to print my form using PHP, so that my page with MySQL can send data to the page with the form.
 
Back
Top