Jump to content

Echoing large amount of symbols


Extreme23

Recommended Posts

Hey Guys,

 

I'm looking to echo a large amount of complicated text that includes a lot of symbols, such as this:

 

V\"`'8\"`%n\"`)*$6A`!K!`2D\"`-t\"`!8\"`,?$`!1#D`\"i!`&2%` 9!`$S\"`#C)`# \"`\">\"7`)Q$`+Y\"C`!B!`%2\"`(e\"`($-`&M(`&C#F`$Q$`-P(`$P\"`#Q-`\"A\"`$CA`1e1` 5(`2GC0%2`&x!`'\"#`,i$`%D\"77`\"W!`%K!`$A.`/q+`(V\"`!J\"`,/\"`//%6E`$:#`.%)`\"u!`.d&`,K$`&F#`#V%`!z%`#2\"` &\"`&0!`3.&`2V%`)#+`\"t\"`.,\"` E!`(m&`3P(7`%l*`#q\"`-Q!`(#\"`&#1`1)\"` kC`#P+`$I2`-#\"`3<66`0H!`,|&6`#d#`$}.

 

Can anyone shed some light as to how I would be able to echo the above without having to backlash all the clashing symbols and preferably without having to include an external file?

 

All your help is greatly appreciated.

Extreme.

Link to comment
https://forums.phpfreaks.com/topic/220124-echoing-large-amount-of-symbols/
Share on other sites

Single quotes are fine within a double quoted string. I would be inclined to use a single quoted string though, just because there are other special chars in there that might break within double quotes.

 

Not much you can do though, your going to need to escape the data properly. What the hell is it if you don't mind me asking?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.