I need to check which button lead me to this page.. so i use code as below..
when the button is click it do not lead me to the page..
the thing is it does not get into this code..
but the above code is works well in past one month..
but now it brings the problem to me..
If u know give me the reason.
Code:
if(isset($_REQUEST['but_event']))
{
//Connected string month value to integer
$month=$_REQUEST['cmbmonth'];
$int_month=fun_month($month);
$in_time=$_REQUEST['txtevent_start_from'];
$in_ses=$_REQUEST['cmbevent_start_from'];
$out_time=$_REQUEST['txtevent_end_at'];
$out_ses=$_REQUEST['cmbevent_end_at'];
}
the thing is it does not get into this code..
but the above code is works well in past one month..
but now it brings the problem to me..
If u know give me the reason.
Comment