> $s = sprintf("%s", implode("\n", file('template.php'))); Why this??? It's redundant, isn't it? Wouldn't $s= implode("\n", file('template.php')); do it? Gfunk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Re-engineering print() Kristofer Widholm
- [PHP] Re-engineering print() Kristofer Widholm
- Re: [PHP] Re-engineering print() Matt McClanahan
- RE: [PHP] Re-engineering print() Jason Murray
- Re: [PHP] Re-engineering print() Josh G
- Re: [PHP] Re-engineering print() Kristofer Widholm
- Re: [PHP] Re-engineering print() Toby Butzon
- Re: [PHP] Re-engineering print() Josh G
- Re: [PHP] Re-engineering print() Josh G
- Re: [PHP] Re-engineering print() Rasmus Lerdorf
- RE: [PHP] Re-engineering print() Maxim Maletsky