Nevermind, got it to work with this: while ($row=@mysql_fetch_array($result)) { foreach ($_POST as $key => $data) { if ($data) $output.="$row[$key]\t"; } // foreach $_POST }// while $row Had a poorly positioned statement throwing off the data output. Thanks for all suggestions... --Ben
Attachment:
smime.p7s
Description: S/MIME cryptographic signature