please help! I'm still relatively new to PHP... but I need to do something quite basic
firstly I have an "index2.php" file,
it contains a php code :
<?php include "$a"; ?>
how can I specify a link from "index.html" that alters the $a... so the code points to a particular location when it has become "index2.php"?
I'm thinking logically along the lines of
if clicked on "bigmomma",
then goto "index2.php" AND
change $a to 'bigmomma.html'