if you use the get method, you can access the querystring values via the params array in your controller (and your view as well).
?get_value=123 would be accessed by $this->params['url']['get_value']; cheers, mikee On 12/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > if I use get method ,the url will be like ?= ,how can I deal with this > url? > > I try to use substr to get rid of ?= but failed . > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
