Hi
I have a peculiar behavior on my PHP page
when I use the HTML's textarea, the textarea appears with three (3) tabs (\t) on it ??? just before I do anything!
any ideas about why this occurs??
Thanks
Here is the code
<html>
<body>
<textarea cols="50" rows="3">
<? echo "From PHP Does Not Work. It puts 3 tabs before the text. WHY??";?>
</textarea>
</body>
</html>
Thanks
Sérgio