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
more details about the error you're getting... good luck, Alex ----- Original Message - From: "Todd Cary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:03 PM Subject: [PHP] This line does not execute... I am trying to get the Sample B

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

2003-06-04 Thread Todd Cary
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 P

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
t;"; } Alex Ciurea wrote: 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:

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

2003-06-04 Thread Todd Cary
ot;; } Alex Ciurea wrote: 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: &quo

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
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:03 PM Subject: [PHP] This line does not execute... > I am trying to get the Sample Barcode to run on my server, however the > following line does not execute: > > echo ""; > > To see if it

[PHP] This line does not execute...

2003-06-04 Thread Todd Cary
I am trying to get the Sample Barcode to run on my server, however the following line does not execute: echo ""; To see if it is executing, I have an "Echo" statement in the script. The image.php file is in the same directory as the other script files. What am I missing here? Todd --