This code is not working well
How can I fix it ? :)
i got error on this line
if($_GET["id"] === "2")
Here's is the code
<?php if($_GET["id"] === "1")
print $link1
if($_GET["id"] === "2")
print $link2
$link1 = "Link1";
$link2 = "Link2";