Posted by Rauch Christian on 05/23/06 00:26
Jonathan Tremlett schrieb: > Hi, > > The code is as follows: > > <?php > echo 'Hello \n World'; > ?> echo "Hello \n World"; The ' makes PHP not parse any control charakters like \n, whereas " does. hth, Chris
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming