Right., how do i join a string and a variable togeather in php?
im trying to join the following and I cant get iot to work
[php]
<? echo '<p><font face="Century Gothic">Thank you. Your reminder has been set for ' <what goes in here to join my variable to the rest?> '$temp1' ;
?>
manythanks
chrisio
got it, its the full stop :thumb:
