I've been programming in PHP for about a year, and this problem, for me, is very tricky
I have existing code which has a button, that, if pressed, causes a reservation to be made in the database.
I'm trying to add support for credit card deposit for the reservation.
Separate from the main...