|
We want to build a PHP online system where customers can reserve rooms and pay for them online. After payment is accepted, the status of the room needs to change from "vacant" to "booked".
The essential problem is how to build a secure site that recognizes when a payment has been successfully processed by the shopping cart. We already have a merchant account.
Could someone give advice on how to go about this problem?
|