I am a newbie with php and was hoping someone can help me out. I am creating my first dynamic site in php and have gotten stuck. I have one page with 100's of links. I need all these links to load the same page but I need the server to load it so that it is a different URL.
Example:
link - clicks through to index1.php?123
link - clicks through to index1.php?456
link - clicks through to index1.php?789
Thanks