Page is a not externally linkable
tomda - 7:07 am on Oct 6, 2009 (gmt 0)
Change Anyway, debug your PHP using this for($i=0; $i<$value; $i++) {
I may be wrong but I think that packTy should be in array form
echo '<select name="packTy">';
to
echo '<select name="packTy[]">';
if(isset($_POST["SQuery"]))
{
print_r($_POST["SQuery"]);
$value = count($_POST["value"]);
$PackTye = $_POST["packTy"][$i];
echo ''.$PackTye.';
}
}