On 4/26/05, Ken <kenkam@xxxxxxxxx> wrote: > On 4/26/05, Andri Heryandi <andri@xxxxxxxxxxxx> wrote: > > Use echo "something <br>"; > > > > is that what you mean? > > > > > > Mario de Frutos Dieguez wrote: > > > > > How can i make a line feed in a echo instruction? like printf("foo\n"); > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > you can do it by using echo as well: > > echo "This is a line feed\n"; > or a carriage return > echo "this is a carriage return\r"; > > check out http://www.php.net/strings > > Hope this helps > i meant this URI: http://se2.php.net/manual/en/language.types.string.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php