[PHP] Refresh Error

2003-09-11 Thread Rex Brooks
Okay, I'm displaying an entire table of numbers from my database. Using a form on the same page, you can enter an amount to add to the table and then click submit. I pass all of the information in $_POST back to the same page. Here is my code: if ($_POST[number] != NULL) { if

[PHP] Re: storing quotes into a variable

2003-09-11 Thread Rex Brooks
I think you just have to escape every double quote that you want to be a part of the HTML code like this -- / That should work. I dont think you have to escape the single quotes, but I could be wrong. Doug Parker [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] isn't there a