I am going insane from trying to figure out what is wrong with my code. I'm bascially trying to pass a variable in a URL and then retrieve it using $_GET but for sum reason its not working.
Heres how i'm setting the variable:
$newstartinglimit = (startinglimit+8);
$next = "<a href='OtherGigs.php?limit=$newstartinglimit'><img src='ImageNext.gif' height='30' border='0'></a>";
And heres how i'm getting the variable:
$startinglimit = $_GET['limit'];
if (($startinglimit=="") || (!is_int($startinglimit))) {
$startinglimit=0;
}
But whatever i do... When i echo it out, its always equal to zero.
Anyone help please?? it's driving me insannnneeee
Thank you 🙂 BIOSTALL