Code inserting random character.

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
ScottCFR
Forum Commoner
Posts: 33
Joined: Sat Jun 19, 2010 7:36 pm

Code inserting random character.

Post by ScottCFR »

I don't think I'll need to post code for this but, if I do let me know. I am trying to start a game site, because my highschool has blocked all the good ones. When I add embed codes via admin panel it adds a backslash in-front of every ' or ". Like I said, if you need my code let me know which parts.

Thanks,
Scott
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: Code inserting random character.

Post by flying_circus »

ScottCFR wrote:I don't think I'll need to post code for this but, if I do let me know. I am trying to start a game site, because my highschool has blocked all the good ones. When I add embed codes via admin panel it adds a backslash in-front of every ' or ". Like I said, if you need my code let me know which parts.

Thanks,
Scott
Is Magic Quotes enabled?

http://php.net/manual/en/security.magicquotes.php
Post Reply