Hi,
I've got some kind of problem, but the problem is that I don't know what the problem is..
It's like this..
I've got a link and I added variables.. I can see that the link itself is okay (in the source code everything seems to be okay)
Though everything seems okay, the variables don't seem to reach the page (which is the same page) because when I echo them they're empty..
<A class="one" href="instellingen.php?extra=extra&temp=<?echo $dag;for($dag2=0;$dag2<$dd;$dag2++){echo "&aantal".$dag2."=". $_POST["aantal".$dag2];}?>">+</A>
if($extra!=""){
echo "extra dag=> aantal$temp = ".$_POST["aantal".$temp]."<br>";
$_POST["aantal".$temp]=$_POST["aantal".$temp]+1;
//echo "extra dag=> $temp = ".$_POST["aantal".$temp]."<br>";
}
Does anyone see what the problem could be?
Thanks
Flientje