[PHP-DB] html input element rendering html entities

2009-07-16 Thread Troy Oltmanns
Hey guys and gals, I have a little tricky situation so I will explain as best as I can. I've got a form that loads and saves product data to mysql. In some fields like the heading and subhead we use special characters like Omega, Registered Trademark, and Ampersand. When putting the data in I

Re: [PHP-DB] html input element rendering html entities

2009-07-16 Thread Troy Oltmanns
That's the thing, it is being saved the same way, it's that when the page loads the data the input element automatically changes the display to the special character, and when it saves, it saves as that character. On Thu, Jul 16, 2009 at 2:37 PM, Govinda govinda.webdnat...@gmail.comwrote: I've

[PHP-DB] MSsql madness

2011-06-24 Thread Troy Oltmanns
/gcc': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. Tell me, how in the world are you suppose to compile a c compiler when you dont have one yet? Any direction would be helpful. Are there alternative ways to interact with MSsql? Thanks, Troy