<a href="pricing.php?img=1&<?php include 'lng.inc'; ?>"><span class="item">
this above menu link gives page pricing.php with append to url img=1
<img src="images/pricing/<?php echo ($img) ;?>.jpg" alt="img" /> </div>
but arriving on the pricing.php page here the img=1 does not get parsed and thats why the img will not show. Why?
the url that gets parsed is .jpg not 1.jpg, why?
only on my server this does not work, myserver runs php 5.2 it works on my friends server, with php version unknown. Does anyone know why my server cannot do this correctly? Anything obvious, i get no errors…
cheers, David