hi, please anyone look my code
<?php
global $view;
$addView = "test.php?view=add";
echo "<a href=$addView> Wanna add </a>";
echo $view;
?>
I wanna show the value "view" using the echo, but there in nothing, i need the "view" value for my if .. than statemet