diff --git a/XLS_export.php b/XLS_export.php new file mode 100755 index 0000000..bf409f8 --- /dev/null +++ b/XLS_export.php @@ -0,0 +1,59 @@ + + + + +
+"; +echo strtoupper(implode(" | ",$fields)); +echo " | \n"; + +$q=mysqli_query($conn,"SELECT ".implode(",",$fields)." FROM ".$_GET['db']." ORDER BY $order"); +while($r=mysqli_fetch_array($q)){ +echo "