What is wrong with whis syntax: $array = array("$_POST['input_1']","$_POST['input_2']");
The error message you should get with it should tell you....however, I'll be if you remove the double quotes from around the $_POST variables, it won't throw the same errors.
-- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php