© Christos Karayiannis 2019
Christos KarayiannisWeb-Based Projects that Rock the Classhttps://doi.org/10.1007/978-1-4842-4463-0_7

7. Creating a Dynamic Content Web Site

Christos Karayiannis1 
(1)
Karditsa, Thessaloniki, Greece
 

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 ...

Get Web-Based Projects that Rock the Class: Build Fully-Functional Web Apps and Learn Through Doing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.