On Tuesday 30 April 2002 16:05, Marius Ursache wrote:

>     if(($i % 2)==0)


Or simply:

  if ($i % 2)

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
To thine own self be true.  (If not that, at least make some money.)
*/

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

Reply via email to