Welcome Guest, Not a member yet? Register   Sign In
Problem with pound (£) in MySQL AR insert statements
#6

[eluser]xwero[/eluser]
try
Code:
$this->db->set('Name',$strFile,false);
$this->db->insert('names')
// or
$this->db->insert('names', 'Name='.$strFile);
Both leave the $strFile value untouched.


Messages In This Thread
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-12-2008, 12:54 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-12-2008, 05:03 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-12-2008, 05:08 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-12-2008, 05:11 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-12-2008, 07:10 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-12-2008, 08:04 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-12-2008, 09:10 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 04-13-2008, 07:43 AM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 04:27 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 04:36 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 04:36 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 04:50 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 04:57 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 05:02 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 05:14 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 05:21 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 05:28 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 05:40 PM
Problem with pound (£) in MySQL AR insert statements - by El Forum - 01-12-2009, 05:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB