Welcome Guest, Not a member yet? Register   Sign In
Search Criteria Ignored, Only Redirects to Else Statement
#4

syntax error!

PHP Code:
function search(){
var_dump($this->input->post());
exit;
if (
$this->input->post('submit'){
 
 die('Hello');
....
} else {
....

and post the result
Reply


Messages In This Thread
RE: Search Criteria Ignored, Only Redirects to Else Statement - by hc-innov - 06-13-2019, 01:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB