parsing out / ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
SteveO
Forum Newbie
Posts: 12
Joined: Wed Nov 19, 2003 2:27 am

parsing out / ?

Post by SteveO »

My news script i wrote, keeps adding / before ' and " can I stop this?
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

have a look at [php_man]stripslashes[/php_man]

Mark
User avatar
SteveO
Forum Newbie
Posts: 12
Joined: Wed Nov 19, 2003 2:27 am

Post by SteveO »

Thanks Bech, you, sir are a good person, even though you've been seen in porn ;^P
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Post Reply