On Nov 9, 2007 7:23 AM, Mazgalici <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I the the following URL : test.com/eat%20&%20drinks/1/2 (tried also > test.com/eat&drinks/1/2) > > The CakePHP sees onlys the eat parameters istead of "eat & drinks" > > > Thanks in advance >
Use the urlencode function: http://www.php.net/urlencode -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
