I have a table that is something like this:
(table name: sites)
ID----FileName-----FileAddress----About
1----website1-------google.com----Seach engine
How can I make a code in such a way that it can be like:
Display all of the FileName in an alphabetical order on file.php that links to their further information page. i.e FileName=website1 links to /file.php?sites=website1
Now when someone clicks on that /file.php?tablename=FileName
It will show for instance
/file.php?sites=website1
And then in side it, it will show About section.