A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by Guy » Thu Apr 10, 2003 6:18 am
Code: Select all
<?php $str = $str . "text"; ?>
<?php $str .= "text" ?>
Return to “PHP - Code”