<?php $varText1="Variable text 1"; $varText2="Variable text 2"; ?> [@L]Translate this![#]<br> [@L]Inserting text with variables: <?php echo $varText1;?> and <?php echo $varText2;?>[#]