Undefined index: randomNumber

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 27, 2011   (RSS)

Although it works fine my random number for anti-spam
gives lately a lot of errors.

the error: PHP Notice: Undefined index: randomNumber in.....

The specific tag of that error:

<?php $randomNumber = rand(100000,999999); ?>

What's wrong?