On 2006-01-15, GazK <rubbish@rubbish.com> wrote:
> Thanks, thats given me the answer; insert a test for
> is_numeric($variable) on these items. Thanks again.
if ($variable !== 0) {
// ...
}
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>