I have a typical menu using roll-overimages. When they are clicked, the page changes. the code for changing pages for one of the buttons looks something like:
Code: Select all
href="index.php?page2load=picturesCode: Select all
?page2load=picturesI am using PHP 4.3.10 and I would prfer not to use javascript. I will if it is the only way, I just had a goal to make this page 100% PHP.
Thank you in advance for any information you may have!