Posted by Rik on 10/11/59 11:52
l3vi501@gmail.com wrote:
> Enter Message:<br> <textarea name=\"body\" cols=\"50\" rows=\"10\">
> <?=$testmessage; ?></textarea><br><br>
>
> ;)
Please, always use <?php echo $something; ?> instead of the shortcut
<?=something ?>.
Google for the reasons why.
Grtz,
--
Rik Wasmus
[Back to original message]
|