Code Comments
Programming Forum and web based access to our favorite programming groups.Hello, I whish there was a build-in function to convert all special characters in a string to ascii values before putting the string in an XML object. I've been googling around but cound't find a function that does. Grtz, Barton
Post Follow-up to this messageBarton wrote: > I whish there was a build-in function to convert all special > characters in a string to ascii values before putting the string in an > XML object. You're probably looking for the character type functions: http://www.php.net/manual/en/ref.ctype.php If not, you can probably hack away with the string functions: http://www.php.net/manual/en/ref.strings.php Albe -- http://www.ninja.up.ac.za
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.