Welcome Guest, Not a member yet? Register   Sign In
WHERE-LIKE and problem for build search-engin in western movie web app
#2

Well it would help if you showed your code for the form also.

But what do you get when you use the code below?

PHP Code:
public function mostramodulo()
{
    $search $this->input->get('search');

    echo $this->input->get('search');
    exit();

    $data['result'] = $this->western_model->estrai($search);
    $this->load->view('western/mostramodulo'$data);


If it's blank then you are not receiving the value from your form, if you get a
value then the problem is in your model which we would need to see the code for that also.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: WHERE-LIKE and problem for build search-engin in western movie web app - by InsiteFX - 10-31-2020, 12:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB