PSN: bakakaizoku - WoW: Thiccblonde (GM of Phoenix Ascension) @ Twisting-Nether
In PHP kun je gewoon met enkele quotes werken. try
Eventueel kun je natuurlijk gewoon een str_replace toepassen
In bash zul je ongetwijfeld iets dergelijks ook wel kunnen doen.
code:
1
| echo 'woei!\nSpef!'; |
Eventueel kun je natuurlijk gewoon een str_replace toepassen
code:
1
2
3
4
5
| echo str_replace ( array ( "\n", "\t", "\r" ), array ( '\n', '\t', '\r' ), $str ); |
In bash zul je ongetwijfeld iets dergelijks ook wel kunnen doen.
Music is the pleasure the human mind experiences from counting without being aware that it is counting
~ Gottfried Leibniz