Hey all back with another question
I have a field that needs to accept a paypal button code like this
[php]

[/php]
now this site is hosted on my server but users have a subdomain on my server and if upgraded can use there own paypal button to accept payments my question is whats the best way to insert this button to a db for security…
if I strip it or remove slashes or mysql_real it breaks…
thanks