just like this http://www.webmastercatalog.com/ How would i make a SIMPLE directory with a SIMPLE search?
duhhh ... i think you will be needing something similar to this ... im not sure how simple you will find it though http://www.cs.ioc.ee/~ando/sphider/
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
okay i made on last night. but, i dont have acces to changing permissions. so therefor some pages get a no server...
im also having alot of trouble making it custom...how do i get in there to make it so i can edit the html?