月次決算処理登録データ確認画面

以下のデータで登録しました。

\n"); $postname = "c_no".$i; $category_id = $_POST[$postname]; $sql = "select * from category where c_id = $category_id"; $result = sqlite_query($con,$sql); $array = sqlite_fetch_array($result); print("\n"); $postname = "category".$i; $c_kingaku = $_POST[$postname]; print("\n"); print("\n"); } ?>
実際現金有高
有高
カテゴリ別目標支出額
$array[1]$c_kingaku 円


月次決算処理画面へ戻る