Sunday, May 3, 2009

Re: Telling PHP to put "&" NOT "&"

& in form textarea will be sent as & exactly.
Cake replace & by & only on output with $html->link(), h(), etc.
Not in $form->input().

On May 4, 3:32 am, rartavia <royarta...@gmail.com> wrote:
> Anybody knows how is it that cake sends the ampersand when it does it
> on its own?
> I mean if you use standard forms and for example one textbox contains
> a value with '&', how cake sends it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: