[nycphp-talk] soon to be father
Andrew Yochum
andrew at digitalpulp.com
Tue Mar 2 14:51:38 EST 2004
On Tue, Mar 02, 2004 at 02:46:51PM -0500, Daniel Kushner wrote:
> > I'd rewrite that as
> > <?
> > for ($a =0; $a < 100000;$a++)
> > echo "Best wishes, Dan!!! <br>";
> > ?>
> >
> > Meaning the same in much cleaner code.
>
> Sorry to do this, but I have the urge:
>
> <?
> for ($a = 0; $a < 1;)
> echo "Best wishes, Dan!!! <br>";
> ?>
Isn't PHP overkill for a simple task like this?
#!/bin/bash
yes 'Best wishes, Dan!!! <br>'
Less overhead! ;-)
--
Andrew Yochum
Digital Pulp, Inc.
212.679.0676x255
andrew at digitalpulp.com
More information about the talk
mailing list