Welcome Guest, Not a member yet? Register   Sign In
[resolved] Using flashdata on the same page
#2

[eluser]FinalFrag[/eluser]
Ok, I figured out why it didn't work. I had this in the head section of my page:

Code:
<link rel="stylesheet" type="text/css" href="style.css" media="all" />

And I should be this:

Code:
<link rel="stylesheet" type="text/css" href="<?=base_url()?>style.css" media="all" />

That's why the stylesheet didn't work, nor my javascript (but I hadn't noticed that before).

Sometimes you just want to slap yourself when you finaly find what was wrong. This is one of these times Smile


Messages In This Thread
[resolved] Using flashdata on the same page - by El Forum - 09-05-2008, 11:10 AM
[resolved] Using flashdata on the same page - by El Forum - 09-05-2008, 01:02 PM
[resolved] Using flashdata on the same page - by El Forum - 09-05-2008, 02:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB