/ Published in: PHP
do not echo $session->flash(). It echos itself. If you do, you'll get weird output.
Expand |
Embed | Plain Text
<?php $session->flash(); ?>
You need to login to post a comment.
do not echo $session->flash(). It echos itself. If you do, you'll get weird output.
<?php $session->flash(); ?>
You need to login to post a comment.