Does anybody know how to make a classified page similar to backpage?
I have the MySQL database working, I just want to retrieve the info like
ID | Name | Picture | Ad etc...
from the database (which I can do), but I want to make the Ad string a LINK, and then have that link direct to another page, which the ID, Pictures, Name etc on that page.
How do I turn a string into a link like that? Do I need to create the other page first? It's hard to explain. Look at backpage.com for reference.
Thanks programmers. 🙂