Hi all,
I've been doing quite a bit of work to one of my Dolphin sites, I'm not sure if anyone is able to help but I'd be much obliged if anyone has a solution to the following problem:
I want to pass a few variables in the URL string from the join button on the top navigation bar of the home page to the join page. I've changed the link to the join page via the navigation builder in the admin area to this:
join.php?gen=<?php echo $gen; ?>&st=<?php echo $st;?>&or=<?php echo $or;?>
The problem is that the PHP will not parse so the variables are not added to the URL string when you click on the link, it just carries the exact string above over to the join page.
I'd really appreciate it if anyone has any ideas.
All the best,
Chris.