Hi Everyone, I have been trying to find out what the problem is with this foreach but I am unable to...
Is there anyone who can me please
foreach($results as $row);
$dbcansecurecode = $row['securecode'];
$dbcanactivated = $row['activated'];
$dbcanpwdreset = $row['pwdreset'];
I have echo'd the results out for the foreach but I am still getting the error message -
Invalid argument supplied for foreach()