Welcome Guest, Not a member yet? Register   Sign In
Active Directory with MySQL commands
#1

[eluser]Halmat[/eluser]
Hi all,

New to using codeigniter and really love it!

I'm wondering whether I can use Active Directory functions with MySQL commands?

Like so:

Code:
$data = array(
   'uuid' => 'UUID()',
     'name' => $this->input->post('name'),
     'date' => 'UTC_TIMESTAMP()'
  );

$this->db->insert('test', $data);

Any ideas?

Thanks,
Halmat


Messages In This Thread
Active Directory with MySQL commands - by El Forum - 02-17-2012, 10:03 AM
Active Directory with MySQL commands - by El Forum - 02-21-2012, 02:45 PM
Active Directory with MySQL commands - by El Forum - 02-21-2012, 03:07 PM
Active Directory with MySQL commands - by El Forum - 02-21-2012, 03:21 PM
Active Directory with MySQL commands - by El Forum - 02-21-2012, 10:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB