Final

In order to add a search function to my site I created a database of the keywords I wanted people to be able to search for, that had web addresses and page titles for pages that had the keyword. I then created a sql query that would search throught the database using the keyword to filter the result set. I then echo out the results, however I was unable to get this to work and so found some code online that worked similarly. It had three tables, the page table which holds all of the pages, the words table which holds all of the words, and the occurences table which holds the id of the words and the pages connecting the other two tables. I altered it so it would echo the results out where I wanted but was still unable to get it to function correctly.

For my login and register pages I took the corisponding pages we had already created and edited them to be usable for all users, not just for the administrators. In the process I apparently changed something in the login page which caused it to no longer function. I have been unable to find the bug which is causing it to not log the user in.