I do not understand what is wrong with this code
//$expense_categories = explode(chr(13), $row[expense_categories]);
$categoryResult=mysqli_query($db,"SELECT category_id,category FROM expense_categories order by category_id");
if(mysqli_num_ro...
asked by
30.03.2017 / 20:25