just have a look at this simple function:
$email = 'you@you.com';
$options = $emails[$i];
function recover_password($emails, $options){
for ($i =0; $i<$sizeof($emails); $i++)
{
send_password($email[$i], $time_requested, $xxx);
echo $options.'<br>';
}
}
if i call this function it won´t print anything because $email[$i] is only defined inside the function, but that´s not the problem.
can u tell me how to put it working.
sorry I can´t explain better than that because of my english.
do u speak portuguese??
:p :p