Re: [PHP] validating textarea using php
- Date: Tue, 13 May 2008 12:05:12 -0400
- From: "Dan Joseph" <dmjoseph@xxxxxxxxx>
- Subject: Re: [PHP] validating textarea using php
On Tue, May 13, 2008 at 12:02 PM, Usamah al-Amin <usamah1228@xxxxxxxxx>
wrote:
> > if(chop($comments) == "") { ... } //hope that helps.
>
> Well, chop() is an alias of rtrim(), so it won't work here for, say,
> trimming control characters at the end of the string like line feeds.
>
> trim() is actually the best bit here.
>
> Regards,
> Usamah
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
There is always using substr to mimic the Perl chomp() function. Look thru
the comments on http://us.php.net/chop and you'll find a few different ways
of doing it.
--
-Dan Joseph
www.canishosting.com - Plans start @ $1.99/month. Reseller plans and
Dedicated servers available.
"Build a man a fire, and he will be warm for the rest of the day.
Light a man on fire, and will be warm for the rest of his life."