On Jun 13, 1:48 am, radius <[EMAIL PROTECTED]> wrote: > you are probably writing this: > <?php echo $session->flash(); ?> > > when you should be writing this: > <?php $session->flash(); ?>
On Jul 26, 1:04 pm, xradar <[EMAIL PROTECTED]> wrote: > Hi! > > try <?php $session->flash(); ?> in yours view :-) without "echo"! Holy over-a-month-later-repetition-and-resurrection-of-old-tread batman! :) --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
