CobreGratis / boletophp

Projeto Código-Aberto de Sistema de Boletos bancários em PHP
http://boletophp.com.br/
GNU General Public License v2.0
588 stars 390 forks source link

How to Create Multiple Bank Slip at a Time #71

Open sunilit42 opened 10 years ago

sunilit42 commented 10 years ago

Hello,

ob_start();
$method='hsbc';
include $path . 'funcoes_' . $method . '.php';
include $path . 'layout_' . $method . '.php';
$content = ob_get_clean();

Above code use for fetch content based on method code,

Now i want to generate multiple slip at time, (Based on My Requirement )so i have write code this above in for loop but i getting error : some re-declare method.

Value of each slip different so i can not use include_once

Can you please tell me how to do?

israelst commented 9 years ago

Hello, @sunilit42. I'm not sure that I have understood your requirements. Could you please give more details?

sunilit42 commented 9 years ago

Hello,

i want to create multiple bank slip at time in same pdf.