When retrieving an array from $_POST, which is the right way:

$arrInterests = $_POST["interests[]"];

or 
$arrInterests = $_POST["interests"];

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

Reply via email to