Forum Moderators: coopster
<frame src="fac.php?id=<?php echo $_GET['id'].$_GET['spl']; ?>"></frame>
<frame src="fac.php?id=<?php echo $_GET['id']& echo$_GET['spl']/></frame>
cffrost2 wrote: $var1 = 'the'; $var2 = 'words'; Echo $var1.$var2; // prints as 'the words'