Home »
Imported messages »
comp.lang.php »
redirect on zend
redirect on zend [message #178892] |
Mon, 20 August 2012 22:58 |
rhymejerky
Messages: 1 Registered: August 2012
Karma:
|
Junior Member |
|
|
Hi,
I have 2 pixel tracking pages, page 1 has a link like <a href=tracking/?page=1&url=host1.com> and the other has <img src=tracking/?page=1&url=host2.com>. I am using Zend as my stack.
When I click on the href in page 1, it does the pixel tracking and redirects the page to host1.com. I did it using the gotoUrl() with the zend redirect helper
For page 2, the pixel tracking code is loaded when the src image is requested. I can see it hits the tracking code, but it doesn't do the redirect like page 1. The 2 pages are essentially calling the same code. The only diff is 1 uses a href and the other is an img src. Another know why I am not redirecting with <img src>?
TIA
R
|
|
|
Goto Forum:
Current Time: Sun Nov 10 15:39:57 GMT 2024
Total time taken to generate the page: 0.04610 seconds