redirect
Posted: Fri Apr 15, 2011 6:42 am
Hi,
There is a url in the email - when user clicks on it, it downloads the pdf and exit. But i want it to redirect to home page of the site after download is finished.
I have tried placing in the end of the script but then it just directly redirect to xyz.com without downloading the pdf.
Any suggestion ??
There is a url in the email - when user clicks on it, it downloads the pdf and exit. But i want it to redirect to home page of the site after download is finished.
I have tried placing
Code: Select all
header("Location: http://www.xyz.com");Any suggestion ??