so i have a page where where is a link
<a href=\"editimage.php?img=".$image_id."\">asdf</a>
an another page i have to get the image_id that i am passing
$image_id_g = isset($_GET['img']) ? $_GET['img'] : 0;
echo"$image_id_g";
but the problem is that it prints 0 here. but i wan tto print image_id