本文整理汇总了PHP中main_front_class::purchase_Update_Directors方法的典型用法代码示例。如果您正苦于以下问题:PHP main_front_class::purchase_Update_Directors方法的具体用法?PHP main_front_class::purchase_Update_Directors怎么用?PHP main_front_class::purchase_Update_Directors使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类main_front_class
的用法示例。
在下文中一共展示了main_front_class::purchase_Update_Directors方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
$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 " ";
}
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 " ";
}
print_r($record_front_purchaser['purchaser_office_name']);
?>
</td><td style="border:1px solid #696969; height:25px;width:120px; font-size:12px"><?php