Quote Originally Posted by Lifetalk View Post
From what I can recommend, create a file:

Code: 
detail.php
Which accepts a GET based id:
Code: 
detail.php?id=ID
where ID is the post ID in your database. From there on, php can call the relevant post details from the database using the ID supplied in the GET query.

Of course, you're gonna have to sanitize/escape the MySQL arguments, and the standard security procedures, etc.
Ok,

Is it possible you can provide me with that GET query, so i can add a Download link at the end of the table, thus when clicking it, i can point it to

/details.php?id=id

Please assist with the code if possible.

Thanks
Sponge Bob Reviewed by Sponge Bob on . Help with PHP & Tables Hello All, I need some small help here. At first i have a database: http://i.imgur.com/8Nwpp.png Secondly i have a table where all downloads are being called: Rating: 5