www/export_mashs.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 profile_mash ORDER BY name"); 15 $result = mysqli_query($link, "SELECT * FROM profile_mash ORDER BY name");
16 $row = mysqli_fetch_array($result);
17 16
18 17
19 $mashsteptype = array( 'Infusion', 'Temperature', 'Decoction' ); 18 $mashsteptype = array( 'Infusion', 'Temperature', 'Decoction' );
20 19
21 20

mercurial