How do I know it won't just assume that $_POST["detail"][11][116] means the 116th character in the string $_POST["detail"][11]?
"Larry E . Ullman" wrote: > > 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