Forum Moderators: coopster
lets say the picture for girls was named girls.jpg and for boys it was named boys.jpg and the pictures were in same folder as your test.php
Then you can use this code to put the picture anywhere you want it
$picture=$_GET['categorie'].".jpg";
echo "<img src='$picture'>";
Ofcourse we can add some if/else checks for the correct category names but this should basically get you going
[edited by: Anyango at 4:19 am (utc) on Nov. 17, 2008]