|
|
| Search [+] Favor-It | |
| |
 |
| | Sort By:
|
When I first wrote this column back in January 1999, I had no clue that it was going to be so wildly popular, and I had even less of a clue that PHPBuilder was going to take off and become as widely-used as it is today. Author: Tim Perdue Code: PHP 4.0 |
You can't do anything useful using a like %searchword% query, it just isn't coming back relevant. There has to be a better way, and indeed there is, with a few easy steps.
Author: Clay Johnson Code: PHP 4.0 |
Almost any developer knows that search engine placement is critical to the success of a web site. What many people don't know is that a lot of search engines cannot index many database-driven pages (basically any page with a '?' or '&' in the URL).
Author: Tim Perdue Code: PHP 4.0 |
|  | |
Searching with PHP and MySQL is pretty easy when you think about it, especially if you're doing it the simple way (without boolean or whatever). It consists of a few forms, a query and an output. As I said, simple!
Author: AvengeX Code: PHP 4.0 |
In part one, we learned how to use PHP and Apache to provide URLs that look like directories so that search engines would index them correctly. I also think they just look neat, much prettier than a bunch of ampersands and equal signs. Author: Bruce Heerssen Code: PHP 4.0 |
Anyone who has built template based sites that use query strings to select content will have at some point hit the problem of indexing (or lack of it) by search engines.
Author: Garrett Coakley Code: PHP 4.0 |
The first thing is the fact that the database credentials are stored in this file, this is not only a security concern but also a pain if they need to be changed.
Author: scriptplayground Code: PHP 4.0 |
|  | |
Having a search feature on your site is very handy for helping users find exactly what they are looking for. This tutorial shows how to configure your database for searching and instigate the system into your site. Author: Angela Bradley Code: PHP 4.0 |
Very simple PHP and HTML script and tutorial that you can use for your own Google business search engine. It was made for a PHP5 server as it uses the built-in simpleXML class. Configure one or two lines based on your Google search account. Author: The Ecommerce Blog Code: PHP 5.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|