[snip]
I guess I need to figure out how to read my $_POST[data] and parse that
to put in " because that seems to work, but not sure how to make
PHP do that.
[/snip]

INSERT INTO table
htmlentities($_POST['yourStuff']);

then when it comes out you should be good

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to