Welcome Guest, Not a member yet? Register   Sign In
Saving session data
#3

[eluser]wakextreme[/eluser]
[quote author="gtech" date="1196139256"]I don't think the <?php tags will display content you need the <?= tags

eg

Code:
<p>&lt;?= $this->session->userdata('message'); ?&gt;</p>

the php tags will execute php code but not display it.[/quote]

gtech is right you either need to do as he suggested and use the short tags or you can add echo.

Code:
<p>&lt;?php echo $this->session->userdata('message'); ?&gt;</p>


Messages In This Thread
Saving session data - by El Forum - 11-26-2007, 04:47 PM
Saving session data - by El Forum - 11-26-2007, 04:54 PM
Saving session data - by El Forum - 11-26-2007, 06:14 PM
Saving session data - by El Forum - 11-26-2007, 07:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB