Jump to content

Isset statement meaning????


fansa

Recommended Posts

Hye all frenz...

I got a question for the botton coding.what is the meaning for isset statement.Actually i need to filter about once user click proceed button that function click either the status is N or not,if not can save...Help me from brain all brilliant frenz...

 

 

if(!isset($iph_correction->ic_id)){

 

  if ((!isset($_POST['org_id']) && !isset($_POST['org_idto'])) && ($iph_correction->ic_status != 'N'))

  {

    if (!empty($_POST['din_id']))

{

$ic_din_exists_01 = "Y";

 

}

 

    if (!empty($_POST['din_idto']))

{

$ic_din_exists_02 = "Y";

 

}

 

 

 

$iph_correction_values[4] = $ic_din_exists_01;

$iph_correction_values[7] = $ic_din_exists_02;

 

$iph_correction_cnames = implode($iph_correction_cnames ,",");

        $iph_correction_values = implode($iph_correction_values,"','");

 

  $insert01 = new myclass;

    $insert01 = $insert01->insert('iph_correction',$iph_correction_cnames,$iph_correction_values);

}

    }

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.