News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
How to Create a Search Feature with PHP and MySQL
August 07, 2008 @ 07:53:10

On WebReference.com today Ryan Butler has written up a tutorial of a simple search feature that can be integrated into any site (with their content in a MySQL database).

In this article, you'll learn how to create a searchable form feature that will query a database table and display current staff member information. During the analysis you'll learn how to do the following: create a database table that will hold current staff listings, create a search form and use PHP, in coordination with Structured Query Language (SQL) to capture information entered by the visitor and append the information to display the results we want to show.

They give you the files for the project and work through each, showing how to make the database, put information in and connect to the database to run the query. He opts for the LIKE functionality in the WHERE clause to find the term as a wildcard in the FirstName field. It's not the most efficient, but it can be useful.

0 comments voice your opinion now!
mysql search engine like wildcard tutorial


blog comments powered by Disqus

Similar Posts

ThinkPHP Blog: Accessing NTLM secured resources with PHP

DevShed: Defining Some Custom PHP Functions with Yahoo Web Services

Zend Developer Zone: Integrating PHP with System i using Web Services

DevShed: An Introduction to Sockets in PHP (Part 1)

Rob Allen's Blog: Setting up PHP on OS X Leopard


Community Events











Don't see your event here?
Let us know!


language zendframework2 code example testing unittest database framework api podcast release development introduction series opinion functional interview composer phpunit community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework