Welcome Guest, Not a member yet? Register   Sign In
stupid input problem
#8

[eluser]soupdragon[/eluser]
well i would agree with Pygon

would be more like normal php

if( $this->input->post() )
{
//Process form

is basically the same as
if (!empty($_POST))
{
// process form

and before i start a process routine would be nice to know if i need too ...


Messages In This Thread
stupid input problem - by El Forum - 03-04-2008, 07:41 AM
stupid input problem - by El Forum - 03-04-2008, 07:45 AM
stupid input problem - by El Forum - 03-04-2008, 07:52 AM
stupid input problem - by El Forum - 03-04-2008, 09:39 AM
stupid input problem - by El Forum - 03-04-2008, 10:17 AM
stupid input problem - by El Forum - 03-04-2008, 10:44 AM
stupid input problem - by El Forum - 03-04-2008, 11:18 AM
stupid input problem - by El Forum - 03-04-2008, 11:21 AM
stupid input problem - by El Forum - 03-04-2008, 12:25 PM
stupid input problem - by El Forum - 03-04-2008, 12:58 PM
stupid input problem - by El Forum - 03-04-2008, 01:05 PM
stupid input problem - by El Forum - 03-11-2008, 03:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB