我正在形成一种超文本形式,其中载有一些文本领域的代码。
The generated HTML looks like this:
<textarea id="message" name="message"
rows="18" cols="40">The quick brown fox
<?php echo $page_url;?>
</textarea>
当该网页放在浏览器上时,它就认为:
The quick brown fox
http://www.example.com
I cant explain it, since the variable contains no leading spaces - and no CSS styling is being applied either.
谁能想到可能产生这种情况?