I want to create a database with mySQL that has links and a description of the link aswell, but i can’t seem to figure out how do i make the link from the database an active link using PHP.
I have already created a table with the fields, id, description, url, and alt. But i want to be able to get all the links in the database from the first till the last and have them ordered into an HTML table on my site, dynamicilly, but i want the links to be active meaning, i want them to work, which is what i can’t do!!! hehehe
Thanks