Now i've used "mysql_fetch_array", but this code doesn't use the
cakePHP logic.
How would I get the same result with cakePHP?
$mydata=mysql_query("SELECT email FROM users WHERE name='michael'");
while ($row = mysql_fetch_array($mydata, MYSQL_NUM))
{
$this->data['Input']['user']=$row[0];
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---