d2tools/index.php

12 lines
186 B
PHP
Raw Normal View History

2021-03-21 03:10:59 +00:00
<?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");