![]() |
Using a thank you page after creating a pdf - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Using a thank you page after creating a pdf (/showthread.php?tid=26568) |
Using a thank you page after creating a pdf - El Forum - 01-17-2010 [eluser]rijobo[/eluser] Hello, I'm using this plugin to create pdf's: Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); I thought I could use the redirect to send the users to a thank you page after creating the pdf. But this doesn't work. Does anyone know how I can do this? Using a thank you page after creating a pdf - El Forum - 01-17-2010 [eluser]OES[/eluser] Been a while since I used the dompdf lib but make the pdf file creation from a link with target="_blank". Hope this helps ! |