|
-
Dec 30th, 2012, 04:55 AM
#4
Thread Starter
Lively Member
Re: Validate inputs
 Originally Posted by penagate
You could use the htmlspecialchars function to encode the text before inserting it into the XML document:
PHP Code:
htmlspecialchars($text, ENT_XML1)
and where do I use this exaCTly on my php code ?
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
|