Making A SEARCH in a directory?!?!

Discussion in 'PHP' started by Bulldog-Designs, Sep 20, 2006.

  1. #1
    just like this http://www.webmastercatalog.com/

    How would i make a SIMPLE directory with a SIMPLE search?
     
    Bulldog-Designs, Sep 20, 2006 IP
  2. VONRAT

    VONRAT Banned

    Messages:
    181
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    VONRAT, Sep 21, 2006 IP
  3. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    try hotscripts and find simple directories. Nothing hard to develop it using PHP+Mysql
    For mysql - it's 2 tables:
    1. categories where to store category name and category id
    2. items where to store id, registration date, category id, link name, link url, link brief information, registrant email, registrant password

    the using php creates pages: for example index.php
    you will have next actions:
    1. index.php - standart view of directory categories, and new additionas
    2. index.php?do=search&text=TEXT - this will execute search
    3. index.php?do=list&categoryid=ID - will list items for specific category
    4. index.php?do=signup - will show sign up page
    5. index.php?do=editlink - action for link edit

    All is left to implement this behaviour. Good luck
     
    intoex, Sep 21, 2006 IP
  4. Bulldog-Designs

    Bulldog-Designs Active Member

    Messages:
    912
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    60
    #4
    okay i made on last night. but, i dont have acces to changing permissions. so therefor some pages get a no server...
     
    Bulldog-Designs, Sep 21, 2006 IP
  5. Bulldog-Designs

    Bulldog-Designs Active Member

    Messages:
    912
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    60
    #5
    im also having alot of trouble making it custom...how do i get in there to make it so i can edit the html?
     
    Bulldog-Designs, Sep 21, 2006 IP