Code: Select all
if ($_POST[1031_exchange]) {
$own_array= implode(',', $_POST['own_array']);
$buy_array= implode(',', $_POST['buy_array']);
$sell_array= implode(',', $_POST['sell_array']);
$add_personal = "insert into personal_info values ('', $master_id, now(), now(), $own_array, $sell_array, $buy_array, $_POST[1031_exchange])";
mysql_query($add_personal) or die(mysql_error());
}Any help would be appreciated
feyd | Please use
Code: Select all
tags when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]