<html> <html> <head> <title> Read CSV</title> </head> <body> <form action="phpCSVMySQLUpload.php" method="post" enctype="multipart/form-data" name="form1"> <input name="fileCSV" type="file" id="fileCSV"> <?php $objCSV = fopen("scan.csv", "r"); ?> <?php $objConnect = mssql_connect("192.168.xxx.x","itreport","pass") or die("Error Connect to Database"); $objDB = mssql_select_db("ITREPORT"); //$strSQL = "SELECT * FROM view_stocklist"; $strSQL = "SELECT * FROM view_stocklist where UID = 123192 "; $objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="600" border="1"> <tr> <th width="91"> <div align="center">CustomerID </div></th> <th width="98"> <div align="center">Name </div></th> <th width="198"> <div align="center">Email </div></th> <th width="100"> <div align="center">E </div></th> <th width="91"> <div align="center">PARTNUMBER </div></th> <th width="98"> <div align="center">PARTNUMBER_PO </div></th> <th width="198"> <div align="center">SERIAL_NO </div></th> <th width="97"> <div align="center">RESERVED </div></th> <th width="59"> <div align="center">DESCRIPTN </div></th> <th width="51"> <div align="center">WHCODE </div></th> <th width="70"> <div align="center">LOCATION </div></th> <th width="60"> <div align="center">QTY </div></th> <th width="77"> <div align="center">UM </div></th> <th width="79"> <div align="center">COND </div></th> <th width="72"> <div align="center">UID</div></th> <th width="25"> <div align="center">RESERVED </div></th> <th width="55"> <div align="center">TRANSPORT </div></th> <th width="56"> <div align="center">INHOUSE_QA </div></th> <th width="99"> <div align="center">BOOKED </div></th> </tr> <?php while (($objArr = fgetcsv($objCSV, 1000, ",")) !== FALSE) { ?> <tr> <td><div align="center"><?php echo $objArr[0];?></div></td> <td><?php echo $objArr[1];?></td> <td><?php echo $objArr[2];?></td> <td><div align="center"><?php echo $objArr[3];?></div></td> <?php while($objResult = mssql_fetch_array($objQuery)) { ?> <td><div align="center"><?php echo $objResult["PARTNUMBER"];?></div></td> <td><?php echo $objResult["PARTNUMBER_PO"];?></td> <td><?php echo $objResult["SERIAL_NO"];?></td> <td><div align="center"><?php echo $objResult["RESERVED"];?></div></td> <td align="center"><?php echo $objResult["DESCRIPTN"];?></td> <td align="right"><?php echo $objResult["WHCODE"];?></td> <td align="right"><?php echo $objResult["LOCATION"];?></td> <td align="right"><?php echo $objResult["QTY"];?></td> <td align="right"><?php echo $objResult["NEWQTY"];?></td> <td align="right"><?php echo $objResult["UM"];?></td> <td align="right"><?php echo $objResult["COND"];?></td> <td align="right"><?php echo $objResult["UID"];?></td> <td align="right"><?php echo $objResult["RESERVED"];?></td> <td align="right"><?php echo $objResult["TRANSPORT"];?></td> <td align="right"><?php echo $objResult["INHOUSE_QA"];?></td> <td align="right"><?php echo $objResult["BOOKED"];?></td> </tr> <?php } ?> <?php } fclose($objCSV); ?> </table> </body> </html> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง