Recent content by kitsontam

  1. K

    json ajax with mulitple pdo query

    Below $pdo is the sum of price output to html output which is success. How can i list out each entry for this total price? I know the sql should use "SELECT t.table_type, price, start_time, end_time FROM table_booking b JOIN tables t USING (table_id) WHERE date(end_time) = curdate()". PHP code...
Back
Top