Hello people!
I have a PHP project I need to do, and it’s quite urgent. I don’t have much experience in the field. If anyone would like to give me some pointers where to start, and maybe some things that I will find difficult down the road, I will be forever grateful to you, and you can even request a drawing of any (any!) kind of animal which I will draw in paintbrush.
The task is this:
Create a list for your favorite links online. Visitors to the page should be able to search for links by keywords. The results of the search should be “clickable”. You should be able to add and delete links (on a seperate page).
Description:
Create a system with PHP, HTML and by using a MySQL database to find links in your list. The database should include a table with a descriptive name of the link, the link itself and keywords. (Such as “New York Times”, “www.nytimes.com” and “news”). A user of your page should be able to search via a keyword or to list all links in the database. The results of a search should be shown as links together with the keywords and the links should be clickable. Also create another page where a user is able to add, delete, and edit links. It should also be possible to add (new) keywords. To show the working of the page, it should contain at least 10 links.
As said, any pointers or help, or even code that I could edit to suit my needs would be very very helpful!
Peace!