Welcome Guest, Not a member yet? Register   Sign In
Including non CodeIgniter scripts
#9

[eluser]KieranA[/eluser]
Take into account that "if ($_POST['var'])" will return an Notice error, to fix that you can use the CodeIgniter post - However on the included script you could just change that statement to "if (isset($_POST['var']))" and no errors would occur, and it would allow you to post the value of 0 too.


Messages In This Thread
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 10:51 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:15 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:23 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:26 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:04 PM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:59 PM
Including non CodeIgniter scripts - by El Forum - 05-29-2009, 12:36 PM
Including non CodeIgniter scripts - by El Forum - 06-25-2010, 07:40 PM
Including non CodeIgniter scripts - by El Forum - 06-27-2010, 03:03 PM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 07:43 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 08:23 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 09:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB