On Apr 30, 11:17 am, Kyle Decot <[EMAIL PROTECTED]> wrote:
> Thanks for the help and the quick response but now i'm getting a
> endless loop of redirects. if you go to:
>
> http://www.theskateparkdirectory.com/skateparks/
>
> you'll see what I mean. Any ideas what's causing this?
Try:
unset($query_strings['url']); // Crazy, Remember: Can't
use ?url=foo
instead of:
unset($query_strings['url']['url']); // Crazy, Remember:
Can't use ?url=foo
Sorry for writing from poor memory
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---