skip to Main Content

Php – Combine two input post methods

I have a simple question related to input post method. There are two input fields as follows : $this->input->post('billed_date') $this->input->post('branch_id') Then I want to combine this two input post methods using logical "OR" argument. I used the following code :…

VIEW QUESTION
Back To Top
Search