In this chapter, you’ll create a site that provides a form for the user to submit keywords to the web server, query a database, and view the results. The results page will list hyperlinks that lead to web pages related to the keywords entered.
To do this, you will utilize the PHP language to make the connection to the MySQL server via the MySQL-PHP interface routines.
Instead of having the query results appear on a single page, you’ll implement pagination to group the results on separate web pages, with images (buttons) used to ...