|
-
Jun 16th, 2008, 02:55 AM
#1
Thread Starter
Lively Member
[RESOLVED] [MySQL][PHP] Forbiden characters
I have one big problem...
When i try to do INSERT INTO or UPDATE i get error, becouse in my posted text apears to be forbbiden characters.
So i need some help with this things. Is there any function to encode and decode that thing or i will have to write this by myself?
-
Jun 16th, 2008, 02:59 AM
#2
Hyperactive Member
Re: [MySQL][PHP] Forbiden characters
You could try using htmlentities() or simply encode the data completely (base64_encode) then decode the data when you need it (base64_decode).
» Twitter: @rudi_visser : Website: www.rudiv.se «
If Apple fixes security flaws, they are heralded as proactive. If Microsoft fixes a security flaw, they finally got around to fixing their buggy OS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|