php handling special characters?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thomasamillergoogle@yahoo.com

    php handling special characters?

    I am building a xml file to store a single TCP/IP raw packet.

    I need to store "special characters" on the file I am working on. When
    I say "special characters" i am talking about tabs, whitespace, crazy
    unicode characters, etc etc.


    I am using PHP to handle the string that handles the raw packet. What
    php datatype/functions will assist in preserving these strange
    characters?

Working...