Forum Moderators: coopster
So in the following case the variable would equal hello world:
<p id="test">hello world</p>
Thanks!
$text = 'This is where your text would go';
echo '<p id="test">' . $text . '</p>';
Please review Strings [us.php.net] and Variables [us.php.net] for additional information.
Good luck :)