Guest Posted May 4, 2003 Share Posted May 4, 2003 I noticed you guys have slashes before all your apostrophe/single quotes in the news posts. I'm guessing your running PHP with a MySQL DB. If you want I can get rid of that for you, or let you do it yourself (I don't know if you guys are familiar with php or not). Anyway, before the content is output to the browser run it through stripslashes(): Ex: $content = stripslashes($content); That should do the trick. Link to comment
MTA Team Blokker_1999 Posted May 5, 2003 MTA Team Share Posted May 5, 2003 The news script we got now isn't uing MySQL. There is a new news script but it isn't installed yet Link to comment
Recommended Posts