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 (is_numeri
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
2 matches
Mail list logo