Question : Passing values from an HTML form into a PHP Table

I'm currently developing an order form for a client and right now we have an HTML form set to store the values as PHP variables and then using the POST method, pass the form data to a PHP table where the data will be displayed on a form which can be printed.

Right now although we have an array set to display the values based on the proper variable names, when I view the page, it is always blank so I wanted to see if there are any alternatives to POST/GET for passing the variables.

Thanks very much in advance,

Answer : Passing values from an HTML form into a PHP Table

To escape the single quote, add a second single quote.  In the tests I've run, I've had to enclose the whole string, including escaped quotes, in real single quotes.  I would try surrounding the CancelConfirm string with three single quotes:

usp_Find '''CancelConfirm'''
Random Solutions  
 
programming4us programming4us