if ($_POST["detail"][11][116] && !$_POST["detailtext"][19][114]) {
How can I encapsulate the array so it is a multi-dimensional array and not just
a string length?
I'm not exactly sure what you're array structure is but that syntax is correct.
$_POST['key1']['key2']...
Larry
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php