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

(06-16-2019, 12:24 PM)InsiteFX Wrote:
PHP Code:
public function delete($incomingId null)
{
 
   if (is_null($incomingId)) {
 
       redirect(base_url());
 
   }


Thanks it worked  Big Grin Big Grin
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 bomi - 06-16-2019, 01:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB