im new in php i was wondering
if i hava a page called list.php
it has dynamic text showing all the names of the authors in a list
but i want to make link to a page that has all the other data of that table (called authors) so it can show individually
u guys use in php the links in this manner
details.php?authorid=2 or 1 depending of the id or which id is in the table
i want to know how to do that
please help!!!!!!