Hey all,
I've been learning PHP for oh, about 4 days now, and I've managed to get my first MySQL Database up and running and the search function on my site working and displaying sorted results in table, so far I'm pretty proud of myself (mighty thankfull for all the tutorials here to).
But I want to extend the search function on my site so that the one of the results columns on my search results is linked through to a "Details.php" page, i.e. for the sake of example my DB has Name, Address, Telephone number, email address. I do a search on the name and the results table will show Name and Telephone number with the Name hyperlinked to a Details.php page. When the link is clicked the details page shows all the enties for that particular result i.e. Name, Tel, Address, Email.
My problem is that I have no idea where to start with this, I've seen it done on other sites but I can't find any tutorials on to teach me how to do it. I would really appreciate it if someone could point me in the right direction to do this. I can do the hyperlink in the table ok, I just don't know how to create "Details.php"
Any help would be greatly appreciated
Cheers
Paul