Jump to content

[SOLVED] link problem


tml

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.