|
From: Nigel K. <nig...@pa...> - 2006-05-25 00:03:10
|
It may be caused by having magic-quotes turned on. It should be off for things to work properly. I vaguely recall having a similar problem. Joshua Doss wrote: > In my experience I've noticed that my extra slashes are added when > inserting into MySQL. So during my loop through the data with > $oVar->next(); I add the call there: > > $arVar[$oVar->getId()] = $oVar->toArray(); > > $arVar[$oVar->getId()]['TextAreaValue'] = > stripslashes($arVar[$oVar->getId()]['TextAreaValue']); > > HTH. > > -J. > > On Wed, 2006-05-24 at 16:45 -0500, Phillip Jacobs wrote: > >> Hey guys, >> >> I've been playing around with wasp. I have a form with a textarea >> field prone to having single quotes, and I'm guessing flexy adds >> slashes to the value. I've gone out of my way to try to use >> stripslashes to get this problem fixed, with no end. It's the last >> piece of the puzzle in this particular project and would be nice to >> have some insight. Please let me know if any of you have ran into >> this and know of a fix. Is it my php setup? Is it flexy? Surely not >> WASP? hehe Thanks guys. >> >> -Phillip Jacobs >> >> >> ------------------------------------------------------- >> All the advantages of Linux Managed Hosting--Without the Cost and Risk! >> Fully trained technicians. The highest number of Red Hat certifications in >> the hosting industry. Fanatical Support. Click to learn more >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 >> _______________________________________________ >> Wasp-users mailing list >> Was...@li... >> https://lists.sourceforge.net/lists/listinfo/wasp-users >> |