I have script “common_helper.php” (attached) that is used in my birthday party reservation page on my website. It gets the available party times from the mysql database and presents them to the customer during booking. The start time, stop time and interval is specified in the php script. I want to change this. I don’t want it to just list every 30 minutes from 10 am to 6pm as stated in the script. Instead, I want to specify which times it should display as available to the customer. In other wo…
