tml Posted October 18, 2008 Share Posted October 18, 2008 i cant find out how to make the link proper i have the same code to open side=billeder and that works so my problem is how to put the next in same link i guess i where index.php?side=billeder?id=kira but wont work code: elseif ($_GET['side'] == billeder) { ?> <div id="billedmenu"> <a href="index.php?side=billeder?id=kira">kira</a> </div> <div id="billedindhold" class="clear"> <?php if ($_GET['id'] == kira) Link to comment https://forums.phpfreaks.com/topic/128962-solved-link-problem/ Share on other sites More sharing options...
void Posted October 18, 2008 Share Posted October 18, 2008 index.php?side=billeder&id=kira Link to comment https://forums.phpfreaks.com/topic/128962-solved-link-problem/#findComment-668589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.