Bill wrote:
How do I know it won't just assume that $_POST["detail"][11][116]  means the
116th character in the string $_POST["detail"][11]?

Because $_POST['detail'][11] is an array (or it should be). If you're in doubt, make sure it is with is_array().


--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

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



Reply via email to