[PHP] Line feed in a echo

2005-04-26 Thread Mario de Frutos Dieguez
How can i make a line feed in a echo instruction? like printf(foo\n); -- Mario de Frutos Dieguez División de Ingeniería del Software y Comunicaciones CARTIF -Parque Tecnológico Boecillo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Line feed in a echo

2005-04-26 Thread Andri Heryandi
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

Re: [PHP] Line feed in a echo

2005-04-26 Thread Chris Ramsay
Like echo foo\n -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Line feed in a echo

2005-04-26 Thread Ken
On 4/26/05, Andri Heryandi [EMAIL PROTECTED] 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:

Re: [PHP] Line feed in a echo

2005-04-26 Thread Ken
On 4/26/05, Ken [EMAIL PROTECTED] wrote: On 4/26/05, Andri Heryandi [EMAIL PROTECTED] 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

Re: [PHP] Line feed in a echo

2005-04-26 Thread Mario de Frutos Dieguez
Andri Heryandi escribió: 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); yes that's it thx -- Mario de Frutos Dieguez División de Ingeniería del Software y Comunicaciones CARTIF -Parque

Re: [PHP] Line feed in a echo

2005-04-26 Thread Ken
On 4/26/05, Mario de Frutos Dieguez [EMAIL PROTECTED] wrote: Andri Heryandi escribió: 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); yes that's it thx -- Mario de Frutos

Re: [PHP] Line feed in a echo

2005-04-26 Thread M. Sokolewicz
Ken wrote: On 4/26/05, Mario de Frutos Dieguez [EMAIL PROTECTED] wrote: Andri Heryandi escribió: 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); yes that's it thx -- Mario de Frutos Dieguez