how do you make a loop that will print a new row (PHP/MySQL) of data with

  • Thread starter Thread starter Laray
  • Start date Start date
L

Laray

Guest
each button click.? I wrote a short piece of code to search for an auto part description after typing the part number into a search box. The results are retrieved from a database and printed it out all on one row. It works fine. What I want it to do is to print out the results in a separate row for each search, each time the search button is pressed. One search box, multiple result rows. Is this possible?
 
Back
Top