Length of variable

Length of variable

am 21.01.2006 02:48:21 von Ron Piggott

Is there a way I may find out how many characters

$variable

is long after it has been submitted through a web form?

Ron

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Length of variable

am 21.01.2006 04:41:22 von Bastien Koert

of course....

strlen($var)

bastien


>From: "Ron Piggott (PHP)"
>Reply-To: ron.php@actsministries.org
>To: PHP DB
>Subject: [PHP-DB] Length of variable
>Date: Fri, 20 Jan 2006 20:48:21 -0500
>
>Is there a way I may find out how many characters
>
>$variable
>
>is long after it has been submitted through a web form?
>
>Ron
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php