you may download this to see the whole thesis program. I'm more for now on functionality than design interface.
this about a problem on the get_value.php to the receipt.php
the problem:
I can get now the value using session functions but the problem is.... the list of checked items from the body.php (search the list of items) that was run by postback.php thru AJAX now from the body.php viewed on broweser. there was list of checkboxes... those check boxes function are done on the next page (get_value.php)... which was echoed properly.... the listed thngs which was done by the checkbox is now a big problem on the next page(receipt.php) I think the reason here is I cannot the query from the database which was properly echoed on get_value.php. Can you please help me out?