Re: [PHP] Searching 'Help' Text

2002-02-26 Thread Steve Werby
"Nick Richardson" <[EMAIL PROTECTED]> wrote: > So i have a 'help' secion for an app i have done... and i'm lazy, so just > wanted to check if anyone knows where i can get this: It's refreshing to see someone who admits his laziness. > I want users to be able to search through the help section

[PHP] Searching 'Help' Text

2002-02-26 Thread Nick Richardson
So i have a 'help' secion for an app i have done... and i'm lazy, so just wanted to check if anyone knows where i can get this: I want users to be able to search through the help section for specific text... anyone know of a script out there that will do this...? //Nick Richardson [EMAIL PROTECT

[PHP] Searching help

2001-09-05 Thread Devon
$Query = "SELECT * FROM enet WHERE TechContact LIKE '%' AND AdminContact LIKE '%'"; This query simply prints out my entire tables, is there a way using PHP so I can make the '%' a user input so they can search the table under those fields. Cheers -- PHP General Mailing List (http://www.php