Re: [PHP] newbe question

2009-03-25 Thread Raymond Irving
e: From: Andres Gonzalez Subject: [PHP] newbe question To: php-general@lists.php.net Date: Wednesday, March 25, 2009, 11:28 AM Hi, I want to learn PHP so I started using it for all of my general purpose scripts. The general format of my scripts are like this: #!/usr/bin/php When I run my scrip

Re: [PHP] newbe question

2009-03-25 Thread Andres Gonzalez
some script output!" is a valid script. --- Kyle Smith Unix Systems Administrator Inforonics, LLC -Original Message- From: Andres Gonzalez [mailto:and...@packetstorm.com] Sent: Wednesday, March 25, 2009 11:29 AM To: php-general@lists.php.net Subject: [PHP] newbe question Hi, I

Re: [PHP] newbe question

2009-03-25 Thread Andres Gonzalez
I just figured this out. It all depends on what is AFTER the last ?> tag. If I do not have extra line feeds they are not printed. Wow... thanks, -Andres Andres Gonzalez wrote: Hi, I want to learn PHP so I started using it for all of my general purpose scripts. The general format of my s

RE: [PHP] newbe question

2009-03-25 Thread kyle.smith
ct: [PHP] newbe question Hi, I want to learn PHP so I started using it for all of my general purpose scripts. The general format of my scripts are like this: #!/usr/bin/php When I run my scripts and I have an echo (or print) at the end of the script to print out the results of the script, I get

[PHP] newbe question

2009-03-25 Thread Andres Gonzalez
Hi, I want to learn PHP so I started using it for all of my general purpose scripts. The general format of my scripts are like this: #!/usr/bin/php When I run my scripts and I have an echo (or print) at the end of the script to print out the results of the script, I get an extra line feed