But wait! there's more! Basically I have a two page set-up, an index.html page and the PHP file that processes the form data from the index.html page. Well here lies the dilemma: I have a text input box in the PHP file that is needed to help the user book an appointment on a static calendar on a selected time (via radio button). The idea is to have the user's inputted name displayed next to the selected time. But I haven't figured out a way to send...