Welcome Guest, Not a member yet? Register   Sign In
Work with result in controller
#5

[eluser]MaxEisley[/eluser]
I am receiving data from this:
Code:
function checkcustomer($phone, $email, $name, $surname) {
      $q = $this->db->query('SELECT *
      FROM zakaznik
      WHERE Telefon = "'.$phone.'"
      AND Email = "'.$email.'"
      AND Jmeno = "'.$name.'"
      AND Prijmeni = "'.$surname.'"');
      
      return ($q->row());
    }


Messages In This Thread
Work with result in controller - by El Forum - 04-28-2011, 02:34 PM
Work with result in controller - by El Forum - 04-28-2011, 03:16 PM
Work with result in controller - by El Forum - 04-28-2011, 03:24 PM
Work with result in controller - by El Forum - 04-28-2011, 04:27 PM
Work with result in controller - by El Forum - 04-29-2011, 01:32 AM
Work with result in controller - by El Forum - 04-29-2011, 01:49 AM
Work with result in controller - by El Forum - 04-29-2011, 06:49 AM
Work with result in controller - by El Forum - 04-29-2011, 12:34 PM
Work with result in controller - by El Forum - 04-30-2011, 04:51 PM
Work with result in controller - by El Forum - 05-03-2011, 05:15 PM
Work with result in controller - by El Forum - 05-04-2011, 09:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB