![]() |
Quatation Mark Glitch O_o
You\'ve
\"I\'m so sorry!\" This is what shows up when I type " or '. How do I fix it...? I lurked a lot, and couldn't find anything.. ;_; |
Use stripslashes() & htmlspecialchars_decode()
PHP Code:
PHP Code:
|
Oh, ok thank you!! :)
|
umm are you trying to do a quotation system for your adoptables site Shiann? This sounds interesting to me.
|
No, I was planning on using the quotation marks for the character interactions with the member.. But I may look into a quotation system, if I figure out what it is. :)
|
I've had issues with this as well.
@ fadillzzz: I'm a bit confused as to where the code is to be added to resolve the issue. Is this something put into the function page? Or is it to be specifically put on the pages where the issue is occurring? |
You'll want to put it just before you use the string. Or you can put
PHP Code:
PHP Code:
|
That's so weird. I put it in the functions and for some reason it's still showing up everywhere.
|
I suggest that you only use it on certain pages where the glitch is happening, and probably place it right before the echo showpage
PHP Code:
|
@ fadillzzz: Excellent! Thank you very much. That finally took care of the problem. I really appreciate the help.
|
All times are GMT -5. The time now is 05:15 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.