Ejemplo n.º 1
0
    $record_front = $obj->RecordInFront($_GET['dir_id']);
    ?>
	<td style="border:1px solid #696969;height:25px; width:180px; font-size:12px"><?php 
    print_r($record_front['csign_director']);
    ?>
</td><td style="border:1px solid #696969; height:25px;width:180px; font-size:12px"><?php 
    print_r($record_front['csign_pan_number']);
    ?>
</td><td style="border:1px solid #696969; height:25px;width:180px; font-size:12px"><?php 
    print_r($record_front['csign_tel_number']);
    ?>
</td>
	<?php 
}
if (isset($_GET['purchaser_post_name']) && $_GET['purchaser_post_name'] != "" && isset($_GET['id']) && $_GET['id'] != "") {
    $obj->purchase_Update_Directors($_GET['id'], $_GET['purchaser_post_name'], $_GET['purchaser_office_name'], $_GET['purchaser_tel'], $_GET['purchaser_mob'], $_GET['purchaser_residence'], $_GET['purchaser_fax'], $_GET['purchaser_email'], $_GET['purchaser_deals']);
    $record_front_purchaser = $obj->common_fetchdata('purchaser_director', $_GET['id']);
    ?>
    <td style="border:1px solid #696969;height:25px; width:120px; font-size:12px"><?php 
    if ($record_front_purchaser['purchaser_post_name'] == "") {
        echo "&nbsp;";
    }
    print_r($record_front_purchaser['purchaser_post_name']);
    ?>
</td><td style="border:1px solid #696969; height:25px;width:120px; font-size:12px"><?php 
    if ($record_front_purchaser['purchaser_office_name'] == "") {
        echo "&nbsp;";
    }
    print_r($record_front_purchaser['purchaser_office_name']);
    ?>
</td><td style="border:1px solid #696969; height:25px;width:120px; font-size:12px"><?php