Re: [PHP] Re: echo vs printf

2001-07-17 Thread brother
Steve Brett wrote: > > don't echo and printf do different jobs ? > > as i understand it echo will dump anything to screen, fprint will accept > formatted text args like "you owe me %d dollars",$owed_amount) or something > like that. > > i kind of use print by itself (harking back to the old day

RE: [PHP] Re: echo vs printf

2001-07-16 Thread Gonyou, Austin
ally quick user base. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] > -Original Message- > From: Steve Brett [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 10:38 AM > To: [EMAIL PROTECTED] > Sub

[PHP] Re: echo vs printf

2001-07-16 Thread Steve Brett
don't echo and printf do different jobs ? as i understand it echo will dump anything to screen, fprint will accept formatted text args like "you owe me %d dollars",$owed_amount) or something like that. i kind of use print by itself (harking back to the old days of basic etc) but use echo quite a