Question about if condition

newphpcoder
01:27:11
Good day!

I have if condition in my code and it is for checking the input data from the user or client.

Here is my if statement:
[PHP]
if($_POST["from1_date"] && $_POST["to1_date"] && $_POST["shift1"])
[/PHP]


this code is work when i insert in the text field the from date, to date and the shift. I have 3 types of shift. For example I input from 2011-01-01 to 2011-01-02 shift 1-6 all the data that the shift is 1-6 is appear. My problem now is when i did not input shift no data was appear. I want to happen is when I did not input shift all the data from date to date will appear.

Any help is highly appreciated.

Thank you
Please Login to post your reply or start a new topic