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.
Would I have to print my form using PHP, so that my page with MySQL can send data to the page with the form.