in a baisc way i did this
on main.php theres a table with 2 rows
i put $pgtitle for row one
and i put $pginfo for row two
i want those variables to be able to get info from another page when a link is clicked and put the info where the veriables are, and when you another link it changes to the new info, etc....so i dont have to make a table for every page.
i cant figuer out how to do it, i know i have to do something like
include" $pgtitle" on the main.php page for row one
but how do i get it to find the other page
my links are set up with the index.php?id=1 if that helps any.