|
From: Phillip J. <pj...@ha...> - 2006-05-25 01:05:00
|
Nigel
Unfortunately that doesn't seem to be the issue, my magic-quotes
have long been turned off.
Joshua:
I am at the event stage, my form incompletely submitted, populates
said textarea with the value slashed over and over till all fields
are valid and submitted.
I'm attempting something along the lines of this:
$rgw->setAbout(stripslashes($rgw->getAbout()));
but, I'm not sure where exactly these slashes get added, nor when.
So.. no luck.
Thanks for the help
-Phillip Jacobs
On May 24, 2006, at 7:02 PM, Nigel Kibodeaux wrote:
> 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
>>>
>
>
>
>
> -------------------------------------------------------
> 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
|