+ Reply to Thread
Results 1 to 3 of 3

Thread: PHP - Search...

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    2

    Default PHP - Search...

    Hi, I am interessing for php search script.

    If I click on one of the alphabet characters, I wont results only of words who is the first character the character that I have clicked... I hope that you understand me...

    Example

    if I click on button "B", the words that I wont must start with "B"
    like: Baa, Blind, Board....

    Thanks!!!

  2. #2
    steVen
    Join Date
    Jul 2005
    Location
    Niles, Ohio
    Posts
    15

    Default

    i'm going to go on a limb, and guess you are already familiar with php / mysql

    $letter='a';
    select... where text like \"$letter%\"

    if you do not understand my bad example, post, and I'll rewrite it to explain a little farther
    Last edited by kc8yds; 01-20-2008 at 04:03 PM.

  3. #3
    Junior Member
    Join Date
    Jan 2008
    Posts
    2

    Default

    Thanks, but I am apprentice of php yet. Please if you can unfold this script nearly to me?

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts