On Wed, February 13, 2008 6:26 am, pretty wrote: > hi any one help me out, im using cronofirm, i need to field form > details will > converted into pdf as well as it will go maill attachment doing this > in > joomla, atleast i need this only php with out joomla. To make a PDF, you can use: http://php.net/pdf To save that to a file, you can use: http://php.net/file_put_contents To send the email out, you can use the PEAR mailer, phpmailer, or the Mime Mail class at phpclasses.org or... How you'd fit any of this into Joomla is a Joomla problem :-) -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php