i am looking or wondering how to go about making a php script where i can show the records from mysql to the site using php and when i click on its link it loads up ex: family.php?id=1 and it will bring up the member of that id up with the info in the database.
i can't seem to figure it out or what to search for.
i have searched it would be thankful if someone could help me out with this.
btw if your wondering what i am talking about this is what i am talking about:
phpbb or smf has it same as wordpress. if you click on a thread it shows showforum.php?action=forum or viewtopic.php?action=forum or something like that. i know its mysql and php and it loads a record into the site by connection to the database. i got that part but how to get it to show up in pages wise.