Re: [PHP] PDF_function HELP again!!! :(

2002-07-30 Thread Jeffrey
I feel like an idiot. That was it. :( I hate when that happens, at least Im new at php so I can fogive myself for not seeing it. Thanks a whole heap; Ive been staring at this problem for days. Jeff Rasmus Lerdorf <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

Re: [PHP] PDF_function HELP again!!! :(

2002-07-30 Thread Rasmus Lerdorf
Oh, watch your = vs. == in your if statements. On Tue, 30 Jul 2002, Jeffrey wrote: > Wish it was that easy, here is the call to end the page right above as im > trying to trouble shoot this problem. > > // End document > PDF_end_page($p); > > // Test document open close function > next_page(open

Re: [PHP] PDF_function HELP again!!! :(

2002-07-30 Thread Jeffrey
Wish it was that easy, here is the call to end the page right above as im trying to trouble shoot this problem. // End document PDF_end_page($p); // Test document open close function next_page(open); next_page(close); I can remove those next_page function calls and just put in the PDF_begin_pa

Re: [PHP] PDF_function HELP again!!! :(

2002-07-30 Thread Rasmus Lerdorf
Sounds like you didn't call pdf_end_page() before calling your next_page() function. -Rasmus On Tue, 30 Jul 2002, Jeffrey wrote: > Here we go again; I posted the message "pdflib, NEED HELP with > function problem (newby)" and thank you to all that helped. Even > after that help, seems I cant un

[PHP] PDF_function HELP again!!! :(

2002-07-30 Thread Jeffrey
Here we go again; I posted the message "pdflib, NEED HELP with function problem (newby)" and thank you to all that helped. Even after that help, seems I cant understand scope to well. Im trying to make a function that creates another page when I have reached the bottom of a page. For some reason