Welcome Guest, Not a member yet? Register   Sign In
How to understand if parameter is empty
#2

PHP Code:
public function delete($incomingId null)
{
 
   if (is_null($incomingId)) {
 
       redirect(base_url());
 
   }

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
How to understand if parameter is empty - by bomi - 06-16-2019, 09:15 AM
RE: How to understand if parameter is empty - by InsiteFX - 06-16-2019, 12:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB