Initial commit

This commit is contained in:
color.diff=auto
2021-03-20 21:10:59 -06:00
commit 7622dc0d02
2 changed files with 156 additions and 0 deletions

11
index.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
$post = $_POST;
if (!empty($code)) { array_filter($_POST['code']);}
$post['code'] = $code[0];
require_once 'uniqueitems.php';
$fp = fopen($u, 'a+');
fputcsv($fp, $post, "\t");