A Link List |
Really simple link list application. It lets you add, edit, and remove links, and rank them (into classes, and ranks within the classes). It lets you put those links into other pages, specifying a class and rank cutoff if desired. Installation: 1. Edit the database connection info at the top of the file. 2. Edit the password at the top of the file 3. Place the file on your webserver. 4. To create the database table, visit the URL: http://yourdomain.com/path_to_lib/linkListLib.php?createTable=1 5. Anyone can add a link to the list by visiting: http://yourdomain.com/path_to_lib/linkListLib.php 6. To add/edit/re-arrange links, use the password you defined in step 2 in the following URL: http://yourdomain.com/path_to_lib/linkListLib.php?lls=your_password |
| Back to Code Page |