-1
I am creating a site/blog in Php, I have already made a search system in php and mysql, but I am with a doubt, I have researched on the subject and I do not think, I would like to know, how to return a query in the database links, for example, I put a field for the user to do a search, and the results come in the form of links, for example post titles, I don’t want anyone to do the code for me, just tell me how I can do it.
So can you describe better how your database is organized? From what I understand you want to do a query and return in "link forms", so you first need a query to capture the database data and within your database must have a column in some table that represents these links, be it a relative or absolute address. If you describe your database better, I can help you better...
– Gusta
Place the part of the code, where is the loop that returns the data in text.
– MagicHat