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
https://forums.phpfreaks.com/topic/139949-isset-statement-meaning/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.