Quote:
Originally Posted by vnairp11
hellp im getting this error
Warning: Invalid argument supplied for foreach() in /includes/cron/potd.php on line 70
Done
|
I really dont know what it could be, but try this
Move this (line 61)
$arrChars = array();
to line 64
so you have this
$arrChars = array();
for ($i = 0; $i < strlen($userid); $i++)
{
$arrChars[] = $userid[$i];
}