Product Search

Search our product catalog by name.

API Endpoints

Hint: The search functionality uses MySQL. The database has a products table and a secrets table. MySQL's INTO OUTFILE can write files to the web root...

Example Queries

# Basic search
curl "http://localhost/search.php?q=widget"

# Search for all products
curl "http://localhost/search.php?q="