Re: [PHP] This line does not execute...

2003-06-04 Thread Todd Cary
if u can run a php script. e.g.: ./myscript.php - Original Message - From: "Todd Cary" <[EMAIL PROTECTED]> To: "Alex Ciurea" <[EMAIL PROTECTED]> Cc: "php mailing" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:22 PM Subject: Re: [PHP] This

Re: [PHP] This line does not execute...

2003-06-04 Thread Marek Kilimajer
tag can only display images, even if you did put echo "Debug";, this is not a valid image, so it is not displayed. Try Right Click -> View Image, you should see your debug output. Todd Cary wrote: Marek - Yes, the Img is being executed (Broken image icon in IE) as evidenced by the HTML: Succe

Re: [PHP] This line does not execute...

2003-06-04 Thread Todd Cary
Marek - Yes, the Img is being executed (Broken image icon in IE) as evidenced by the HTML: Success: Barcode = 0123456789 However, the image.php is apparently not being executed.  I put an Echo statement in the top of image.php:   // Debug   echo "Debug"; Is there some setting in the php.in

Re: [PHP] This line does not execute...

2003-06-04 Thread Alex Ciurea
MAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:22 PM Subject: Re: [PHP] This line does not execute... > Alex - > > The code I placed in the messsage is a copy and paste of the code from > the sample.php script provided by the author of the barcode class and it > agrees with the d

Re: [PHP] This line does not execute...

2003-06-04 Thread Marek Kilimajer
How do you know it is not being accessed? You should output an image, and if it is not an image, broken image icon is displayed in IE or nothing in Netscape/Mozilla (I see you use Netscape). Look at the html, and if the tag is there, I'm sure your browser tries to read the image. Todd Cary wr

Re: [PHP] This line does not execute...

2003-06-04 Thread Todd Cary
Alex - The code I placed in the messsage is a copy and paste of the code from the sample.php script provided by the author of the barcode class and it agrees with the demo he has on his site. The "error" is that nothing is happening which I interpret as the file, image.php is not being accesse

Re: [PHP] This line does not execute...

2003-06-04 Thread Alex Ciurea
oh I see, you want to execute that image.php script ? - Original Message - From: "Alex Ciurea" <[EMAIL PROTECTED]> To: "php mailing" <[EMAIL PROTECTED]>; "Todd Cary" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:07 PM Subject: Re: [P

Re: [PHP] This line does not execute...

2003-06-04 Thread Alex Ciurea
did u made copy&paste with your code? yes? then why don't you try to use the path='image.php?blahblahmoreblah' no? then please give us more details about the error you're getting... good luck, Alex - Original Message - From: "Todd Cary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>