I need an HTML/PHP module that lets visitors search through a collection of image-based advertisements. The search box must support keyword search, with results that can also be filtered by categories and sorted by date. When a user clicks an ad, it should immediately open the advertiser's website in a new tab. No pop-ups or internal details pages are required. Deliverables: • Clean, well-commented PHP and HTML files. • A simple MySQL schema or array sample that I can populate with ad image URLs, destination links, titles, categories, and timestamps. • Front-end markup styled just enough to demonstrate the search, filter, and sort features; I’ll handle final branding later. • Brief instructions on how to deploy the module on a standard LAMP stack. The code should be lightweight, secure against common injection attacks, and easy for me to extend with additional fields or styling in the future.