Monday, May 24, 2010

Setting a vriable in php to a special character?

how can I set a variable in php to be a special character?

Setting a vriable in php to a special character?
use $var=chr(charcode)





if you mean non printable characters such as Chr(10)+chr(12) CR/LF combos


No comments:

Post a Comment