print("hallo
es gibt 2 Möglichkeiten:
<?php $deinLink = '<img src="..../showpayperx.php?id=974&action=order&value='.$SESSION["totalcost"].'&orderid='.$_SESSION['customercid'].'" width="1" height="1" border="0" >'; echo $deinLink; ?>
<img src="..../showpayperx.php?id=974&action=order&value=<?php echo $SESSION["totalcost"];?>&orderid=<?php echo $_SESSION['customercid'];?>" width="1" height="1" border="0" >
ich habe jetzt $_SESSION statt wie du $SESSION geschrieben, da ich davon ausgehe das du das SESSION Array meinst..
Wenn du noch Fragen hast beantworte ich dir die gerne!
besten gruss herman