PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I was wondering if anyone could tell me how i could get information from my database by clicking on a link.
Basically i have a table displayed on my website , each row in that table has its id displayed , i want to be able to click on that id and it takes all the information out of the database to do with that row.
ANy ideas how id go about doin this???
Basically you use the information passed in the link in an SQL SELECT statement that grabs all the information you need from the database then you put that info into the format you want for display.