Welcome Guest, Not a member yet? Register   Sign In
Escaping the trademark symbol with MySQL
#9

[eluser]TheFuzzy0ne[/eluser]
I know this is probably me just being over-scrupulous, but is there really any need for this?
Code:
$query = $this->db->update('prj_docsections',&$ds); // <-- dereferencing $ds

I've also noticed this with a few other variables, such as the $data variable you're passing into the view. In theory this shouldn't have any impact, but you never know...

Just out of interest. What happens when you store update the database without first encoding the input?

I doubt this is the cause of your problem, but you never know. Failing that, I think it must be an encoding issue as Colin suggested.


Messages In This Thread
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 03:39 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:03 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:17 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:47 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:53 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:58 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:07 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:11 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:12 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:17 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:39 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 06:00 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-05-2009, 03:37 AM
Escaping the trademark symbol with MySQL - by El Forum - 03-05-2009, 12:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB