Search code examples
phpwebfpdffpdi

ENTER in fpdf when $_POST function.. ln ()?


Is there any code I can put in the input post text so that when appearing on fpdf it gives an enter space (to the next line) ..???


Solution

  • Use FPDF::Multicell() or FPDF::Write() and it should be done automatically.