Re: [PHP] validating textarea using php
- Date: Tue, 13 May 2008 22:21:20 +0100
- From: Richard Heyes <richardh@xxxxxxxxxxx>
- Subject: Re: [PHP] validating textarea using php
Jim Lucas wrote:
Richard Heyes wrote:
Also you can use short tags (popular...) to make the HTML more
readable. Eg:
<textarea name="comments" cols="26" rows="3" id="comments">
<?=htmlspecialchars($comments)?>
</textarea>
It also makes the code less portable.
If that's even a concern. A lot of the time, it's not.
--
Richard Heyes
+----------------------------------------+
| Access SSH with a Windows mapped drive |
| http://www.phpguru.org/sftpdrive |
+----------------------------------------+
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php