| Server IP : 172.67.216.113 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/simded.com/mybackend/phonenumber/ |
Upload File : |
<?php require_once("../include/class.php");?>
<?php require_once("../include/header.php");?>
<?php require_once("../include/nav_top.php");?>
<?php require_once("../include/sidebar.php");?>
<?php include("table_name.php");?>
<div id="main-content">
<div class="container-fluid">
<ul class="breadcrumb">
<li><a href="../<?php echo $name_folder ?>/list.php"><?php echo ucfirst($name_table) ?></a><span class="divider">»</span></li>
<li class="active">Add file.csv</li>
</ul>
<div class="row-fluid">
<div class="span12">
<div class="nonboxy-widget">
<div class="widget-head">
<h5><i class="black-icons blocks_images"></i> From </h5>
</div>
<div class="widget-content">
<div class="widget-box">
<form class="form-horizontal well" id="signupform_product" action="addcsv_save.php" method="post" enctype="multipart/form-data">
<fieldset>
<div class="control-group">
<label class="control-label">file สกุล csv</label>
<div class="controls">
<input name="fileCSV" type="file" accept=".csv" />
</div>
</div>
</fieldset>
<div class="form-actions">
<button class="btn btn-primary" type="submit">Save changes</button>
<a href="list.php" class="btn" role="button">Cancel</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="nonboxy-widget">
<div class="widget-head">
<h5><i class="black-icons blocks_images"></i> รูปแบบไฟล์.csv </h5>
</div>
<div class="widget-content">
<div class="widget-box">
<style>
.tb_csv td{ padding:10px;}
</style>
<table width="100%" border="1" class="tb_csv">
<tr valign="top">
<td>A -> สถานะเบอร์ <br> ( ว่าง(1) / ขายผ่านKai(2) / ขายแล้ว(99)<เพื่อลบจากฐานข้อมูล>)</td>
<td>B -> เบอร์มือถือ <br> *0ตัวแรกไม่ต้องใส่</td>
<td>C -> ประเภทเบอร์มือถือ <br>(เติมเงิน (1) / รายเดือน (2))</td>
<td>D -> ราคาต้นทุน <br>(1,000)</td>
<td>E -> ราคาขาย <br>(1,000)</td>
<td>F -> ค่ายมือถือ <br>(AIS(1) / DTAC(2) / TRUE(3) / 3GX(4)/ CAT(5))</td>
<!-- <td>F -> วันที่รับเบอร์ <br>(วัน/เดือน/ปี -> 29/10/2015)</td>-->
<td>G -> สถานะการเปิดใช้เบอร์ <br>(ยังไม่เปิดใช้งาน(1) / เปิดใช้งานแล้ว(2))</td>
<!--<td>H -> ค่าบริการรายเดือน <br>(ราคาไม่ต้องใสลูกน้ำ)</td>-->
<!--<td>I -> วันหมดอายุของเบอร ์<br>(วัน/เดือน/ปี -> 29/10/2015)</td>-->
<!--<td>J -> อีกกี่เดือนถึงโอนเลขหมายได้ <br>(วัน/เดือน/ปี -> 29/10/2015)</td>-->
<td>H -> ชื่อเจ้าของที่ลงทะเบียน</td>
<!-- <td>L -> หมายเหตุ</td>-->
<td>I -> ID ตัวแทน</td>
</tr>
</table>
<br><br>
<a href="test.csv" style="font-size:16px;"> ตัวอย่างไฟล์ .csv</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php require_once("../include/footer_js.php");?>
</body>
</html>