Wednesday, September 5, 2012

Re: Any problems with URL with unusual characters due to parameters having unusual characters

If you are using them as part of a link, you can do this:

echo $this->Html->link(
'Link title including >',
array('url'),
array('escape' => false)
);


Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 5 Sep 2012, at 06:44:39, Lightee <lightaiyee@gmail.com> wrote:

Dear CakePHP experts,

I need to pass some parameters with unusual characters like <,>, -,^ to cakephp. Will there be any problems if the URL contains these kind of "funny" characters? Will Cakephp be able to handle these kind of parameters?

Thank you for your help.


--
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 

No comments: