Okay, i have a tabel videos with the fields: ID, name, style, place, size, image, download
I know how to do sql queries, but this is what i want to manage:
I take ID and name from the database.
Then i want to create a page where all the names are sorted from A-Z and after everyname there is a link 'Click here',but it needs to contain the id, for example, showvideo.php?id=1
So the page should be like this:
Video-section
Name Click Here(showvideo.php?id?=12)
Name Click here(showvideo.php?id=2)
Can someone help me? I know it's quite easy but i'm a newb 🙂