Welcome Guest, Not a member yet? Register   Sign In
Using Flashdata to pass data through a redirect()
#3

[eluser]bigtony[/eluser]
You can use this for the form tag:
Code:
<?php echo form_open('controller/function'); ?>
Also, agree with rogierb and recommend using database sessions which are encrypted.
Code:
// In config.php
$config['sess_encrypt_cookie']    = TRUE;
$config['sess_use_database']    = TRUE;


Messages In This Thread
Using Flashdata to pass data through a redirect() - by El Forum - 10-01-2009, 04:32 AM
Using Flashdata to pass data through a redirect() - by El Forum - 10-01-2009, 07:17 AM
Using Flashdata to pass data through a redirect() - by El Forum - 10-01-2009, 07:35 AM
Using Flashdata to pass data through a redirect() - by El Forum - 10-01-2009, 09:50 AM
Using Flashdata to pass data through a redirect() - by El Forum - 10-01-2009, 05:15 PM
Using Flashdata to pass data through a redirect() - by El Forum - 10-02-2009, 12:59 AM
Using Flashdata to pass data through a redirect() - by El Forum - 02-05-2010, 04:32 AM
Using Flashdata to pass data through a redirect() - by El Forum - 02-05-2010, 06:19 AM
Using Flashdata to pass data through a redirect() - by El Forum - 02-05-2010, 06:37 AM
Using Flashdata to pass data through a redirect() - by El Forum - 05-04-2010, 03:35 PM
Using Flashdata to pass data through a redirect() - by El Forum - 05-04-2010, 03:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB