MySQL PHP search: four-part video tutorial series
Join the DZone community and get the full member experience.
Join For FreeFresh from Adam Khoury's massive library of instructional videos comes a four-part, full-fledged tutorial on searching a MySQL database using PHP.
The tutorials use the 'worked example' format (like Khan Academy), which makes learning relatively painless for newbies and not completely useless for more experienced developers.
Adam lists the specifics in his YouTube video description:
MySQL PHP Search Programming Exercises for database driven web sites. Search pages that allow advanced targeting and filtering of information. Learn to build HTML Search Forms and Advanced Search Filters, Various MySQL Search Query Methods, Joined Table Queries Targeting Multiple Tables, Natural Language Full-Text Search Queries, Boolean Full-Text Search Queries and discuss fine tuning your search programming and adjusting search parameters.
You can watch the four-part series directly below, or check out his website for tutorials on other subjects (including more PHP).
Part 1: Create and Populate Example Tables Script
Part 2: Build the HTML Search Form with Filter List
Part 3: SQL LIKE Syntax UNION and AS Alias with Filters Tutorial
Part 4: SQL MATCH AGAINST Fulltext Search Syntax UNION Tutorial
Opinions expressed by DZone contributors are their own.
Comments