Hi,

I would like to send a newsletter with a link like "domain.com/n/
12345"

I added a route like Router::connect('/n/*', array('controller' =>
'newsletter', 'action' => 'index')); where I count the click.

Now I want to redirect the user to the homepage together with a new
parameter passed, as I need to identify the redirection via jquery in
order to open a popup with some survey questions.
And this is the point where I struggle...

How can I create a redirect to the homepage from my newsletter
controller, including a url parameter which I can catch via jquery?

Please help!! I am lost!

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to