08-14-2009, 02:17 AM
[eluser]basementDUDE[/eluser]
[quote author="waldmeister" date="1250251370"]Sure it can
[/quote]
ouch! thank for point it out.
I was doing something like this.
and get this error:
Fatal error: Can't use method return value in write context
ha ha
[quote author="waldmeister" date="1250251370"]Sure it can
Code:
if($this->input->post('submit'))
{
//do something
}
ouch! thank for point it out.
I was doing something like this.
Code:
if(isset($this->input->post('submit')))
and get this error:
Fatal error: Can't use method return value in write context
ha ha