Re: [PHP] dynamic image will not print properly

2005-04-15 Thread DuSTiN KRySaK
I got it figured out finally! It is so stupid with what the issue was... My image was being created exactly as it should have been - and the code was fine. Now where my issue was: I had a line of code in there that was to prevent people from calling the script directly (had to be referred fro

Re: [PHP] dynamic image will not print properly

2005-04-13 Thread Richard Lynch
On Mon, April 11, 2005 5:48 pm, DuSTiN KRySaK said: > On 11-Apr-05, at 5:05 PM, Richard Lynch wrote: > >> On Mon, April 11, 2005 3:04 pm, DuSTiN KRySaK said: >> Fourth: On the broken server, take *OUT* the header() lines in your >> script, and surf directly to the image URL. If you see PHP messag

Re: [PHP] dynamic image will not print properly

2005-04-11 Thread DuSTiN KRySaK
Replying below. On 11-Apr-05, at 5:05 PM, Richard Lynch wrote: On Mon, April 11, 2005 3:04 pm, DuSTiN KRySaK said: I moved the script over to another host to test, and it worked fine there. So to me that says it should be something to do with the host... now is there anything in the php.ini that c

Re: [PHP] dynamic image will not print properly

2005-04-11 Thread Richard Lynch
On Mon, April 11, 2005 3:04 pm, DuSTiN KRySaK said: > I moved the script over to another host to test, and it worked fine > there. So to me that says it should be something to do with the host... > now is there anything in the php.ini that could inflict this kind of > behavior? "anything" covers a

Re: [PHP] dynamic image will not print properly

2005-04-11 Thread DuSTiN KRySaK
I just wanted to add something to this I moved the script over to another host to test, and it worked fine there. So to me that says it should be something to do with the host... now is there anything in the php.ini that could inflict this kind of behavior? d On 5-Apr-05, at 5:57 PM, Richar

Re: [PHP] dynamic image will not print properly

2005-04-05 Thread Richard Lynch
On Tue, April 5, 2005 2:26 pm, DuSTiN KRySaK said: > Hi there - I had my first crack at creating a dynamic image. The thing > is - the image is displayed fine in the browser, but when you go to > print it, the image is either missing, or part of it is missing. Is > there something special needed to

[PHP] Re:Re: [PHP] dynamic image will not print properly

2005-04-05 Thread DuSTiN KRySaK
I wondered that myself, but all the other (not dynamic) images print fine! d On 5-Apr-05, at 4:51 PM, [EMAIL PROTECTED] wrote: From: Andy Pieters <[EMAIL PROTECTED]> Date: April 5, 2005 2:35:22 PM PDT To: php-general@lists.php.net Subject: Re: [PHP] dynamic image will not print properly T

Re: [PHP] dynamic image will not print properly

2005-04-05 Thread Andy Pieters
To test, cstl.php?dk=somethinghere and try to print that? Maybe your browser is configured to NOT print images (or bakckground) ? Maybe your printer is textonly (just kidding) Tada Andy On Tuesday 05 April 2005 23:26, DuSTiN KRySaK wrote: > Hi there - I had my first crack at creating a dyn

[PHP] dynamic image will not print properly

2005-04-05 Thread DuSTiN KRySaK
Hi there - I had my first crack at creating a dynamic image. The thing is - the image is displayed fine in the browser, but when you go to print it, the image is either missing, or part of it is missing. Is there something special needed to print a dynamic image? Here is a code snippet used to