AyRestaurant Posted January 7, 2011 Share Posted January 7, 2011 I want to do this: Edit some text and click submit - for html to $_post the info into a FPDF file... im stuck here: <?php require('fpdf.php'); $pdf=new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial','B',16); $pdf->Cell(40,10,'Hello World!'); $pdf->AddPage(); $pdf->Cell(60,10,'Powered by FPDF.',0,1,'C'); $pdf-> Output(); ?> how can I add a $_POST attribute? If I do, it gives an error.. plzz helpp Quote Link to comment https://forums.phpfreaks.com/topic/223644-adding-_post-to-fpdf-files/ Share on other sites More sharing options...
jlouis123 Posted January 21, 2011 Share Posted January 21, 2011 not sure I get what you want to accomplish. Contact me at jlouis(at)geocities.com Quote Link to comment https://forums.phpfreaks.com/topic/223644-adding-_post-to-fpdf-files/#findComment-1162797 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.