code is correct but not run

6 views
Skip to first unread message

Sen Sean

unread,
Dec 23, 2014, 10:31:40 PM12/23/14
to khmer-pr...@googlegroups.com
Dear all sister and brother,

I hope your work and you are ok.

Now I would like to ask you one question about code, I use php raw and I meet the problem.

code is not run to insert into Database but when I was exit or die function to stop statement, it can  insert into database and if I do not exit or die to stop statement it do not insert into database why it is like this? I do not know to solve it please help me.

Ex: 
   : work.
       if($aaa != "")
       {
              statement;
       }else{
              statement;
              exit;
       }

    : not work
        if($aaa != "")
       {
              statement;
       }else{
              statement;
       }

Faithfully

SEAN Sen

Chun Dany

unread,
Dec 23, 2014, 10:42:57 PM12/23/14
to Sen Sean, khmer-pr...@googlegroups.com
Hi Sen,

Could you give more detail about this issue? 

As my idea, I think it related to other code or your configuration.

Best Regards,

--
You received this message because you are subscribed to the Google Groups "Khmer Programmers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to khmer-programm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages