PirateBagel Posted March 29, 2007 Share Posted March 29, 2007 Heres what I need to happen now, I know how to do most of it, except the generated PDF form. - Someone logs into the site, fills out the form. (I already have this coded for the most part, not a problem) - The server puts that information into a PDF file with a background of my chosing and emails it to a specified adress. (Its already set up to send the email) My issue is I dont know how to have the server generate the PHP form. How does it work? How do I position the text over the PDF automatically? I'm already donating $10 to the site, thanks to the help I received from UTAlan, Lytheum, and Waldir. Ill make it a total of $20 after this. Quote Link to comment Share on other sites More sharing options...
boo_lolly Posted March 29, 2007 Share Posted March 29, 2007 you'll get some use out of FPDF. Quote Link to comment Share on other sites More sharing options...
PirateBagel Posted March 29, 2007 Author Share Posted March 29, 2007 Ill definately look into this, thanks. I fucking love how quick I get a response here Quote Link to comment Share on other sites More sharing options...
boo_lolly Posted March 29, 2007 Share Posted March 29, 2007 haha, we try =) Quote Link to comment Share on other sites More sharing options...
genericnumber1 Posted March 29, 2007 Share Posted March 29, 2007 there's also http://us3.php.net/pdf (pdf functions) and http://us3.php.net/manual/en/ref.fdf.php (fdf functions) Quote Link to comment Share on other sites More sharing options...
PirateBagel Posted March 29, 2007 Author Share Posted March 29, 2007 you'll get some use out of FPDF. How do I get this to mail as an attachment though. I get how to edit the document now and add things where I need them to be. I cant figure out how to get this to email as an attachment though, any help? Quote Link to comment Share on other sites More sharing options...
boo_lolly Posted March 29, 2007 Share Posted March 29, 2007 with swift-mailer. Quote Link to comment Share on other sites More sharing options...
PirateBagel Posted March 29, 2007 Author Share Posted March 29, 2007 with swift-mailer. This confuses me more, I dont know how to incorperate this into my current script. Plus my mail() function is working great. Is there anyway I can attach a generated PDF from fpdf in my mail() function? Quote Link to comment Share on other sites More sharing options...
boo_lolly Posted March 29, 2007 Share Posted March 29, 2007 post your mail function Quote Link to comment Share on other sites More sharing options...
PirateBagel Posted March 29, 2007 Author Share Posted March 29, 2007 mail($email,$subject,$msg2,$from); Quote Link to comment Share on other sites More sharing options...
PirateBagel Posted March 29, 2007 Author Share Posted March 29, 2007 Im thinking about paying someone $40-$50 just to do what I need. This would include a server generated pdf form with 80 fields ( I could define them all later ) to be emailed to one set adress and an adress defined by the form. I'm trying to explain this well, but my brain is pretty much fried atm. Ill try to explain it better: Ill be making a site that will have 80 fields of information, whoever can fill this out, and set the receiving adress. (I can do this part myself) I need the information from the 80 fields to be emailed as an attached PDF (this is what I will pay someone for) I will be able to place all the fields and pick all the fonts and whatnot from a premade script. Anyone interested? I cannot offer to pay anymore that $40-50 (I have a woman to woo tomarrow night and most of my cash will be going towards that ) I think this level of coding is a little beyond my level. Though, editing the script to fit my needs will give me a much better understanding. I'm not trying to pass off all the work. I wouldnt care if you used already built scripts (such as fpdf) email me at adam.schlabach@gmail.com or PM me here if you are interested. I think I'll also post this in the freelance section. Quote Link to comment 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.