www/export_suppliers.php

changeset 788
812ce4c5da2a
parent 563
acdd54144838
equal deleted inserted replaced
787:9f8ede1b2090 788:812ce4c5da2a
11 echo "error"; 11 echo "error";
12 return 1; 12 return 1;
13 } 13 }
14 14
15 $result = mysqli_query($link, "SELECT * FROM inventory_suppliers ORDER BY name"); 15 $result = mysqli_query($link, "SELECT * FROM inventory_suppliers ORDER BY name");
16 $row = mysqli_fetch_array($result);
17 16
18 17
19 18
20 /* 19 /*
21 * Create beerxml output 20 * Create beerxml output

mercurial