Posted by J.O. Aho on 12/03/05 15:36
Bart Reijven wrote:
> the problem is, I think in this row:
>
> echo "<td width='25%'><a href='textmembers_info.php?$persoon_id=1'><img
> src='../images/membersjord.jpg' width='105' height='220'></a></td>";
echo "<td width='25%'><a href='textmembers_info.php?persoon_id=1'><img
src='../images/membersjord.jpg' width='105' height='220'></a></td>";
Remove the $ infront of persoon_id or else you will just try to echo out the
value in $persoon_id.
Don't forget that in textmembers_info.php use $_REQUEST['persoon_id'] to get
the value.
I hope this was the answer to your question.
//Aho
Navigation:
[Reply to this message]
|