On Thu, 2006-10-26 at 15:31 +0200, Jochem Maas wrote:
> bunch of space wasters ;-)
> 
> <?php foreach (range(1, 31) as $d) echo '<option value="',$d,'"',($d = 
> $selDay?'
> selected="selected"':''),'>',$d,'</option>'; ?>

Specifically:

> range(1, 31)

Memory waster ;)

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to