Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Create Multiple Bank Slip at a Time #71

Open
sunilit42 opened this issue Sep 10, 2014 · 2 comments
Open

How to Create Multiple Bank Slip at a Time #71

sunilit42 opened this issue Sep 10, 2014 · 2 comments

Comments

@sunilit42
Copy link

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?

@sunilit42 sunilit42 changed the title How to Create Multiple Bank At a Time How to Create Multiple Bank Slip at a Time Sep 10, 2014
@israelst
Copy link
Member

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

@sunilit42
Copy link
Author

Hello,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants