Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread jose javier parra sanchez
Check your php.ini , look for output_buffering 2010/3/31 King Coffee kcof...@hotmail.com: Hi, I ran the following code snippet on Windows IIS 7, in my index.php file and it worked fine. But when run it on Linux, the die code is executed. Is there an include file or something else I need to

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread Ashley Sheridan
On Wed, 2010-03-31 at 11:32 -0500, King Coffee wrote: Hi, I ran the following code snippet on Windows IIS 7, in my index.php file and it worked fine. But when run it on Linux, the die code is executed. Is there an include file or something else I need to to process this on a linux

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread Nathan Rixham
Ashley Sheridan wrote: On Wed, 2010-03-31 at 11:32 -0500, King Coffee wrote: Hi, I ran the following code snippet on Windows IIS 7, in my index.php file and it worked fine. But when run it on Linux, the die code is executed. Is there an include file or something else I need to to process

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread King Coffee
Thanks, I think Output_Buffering may be the difference on the two servers. I had a default php.ini on the Linux server but not on the Windows server. But for now, I remove the echo statement. Thank, King jose javier parra sanchez jojap...@gmail.com wrote in message

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread King Coffee
Thanks you Nathan. That worked. Sincerely, King Nathan Rixham nrix...@gmail.com wrote in message news:4bb37e7e.5040...@gmail.com... Ashley Sheridan wrote: On Wed, 2010-03-31 at 11:32 -0500, King Coffee wrote: Hi, I ran the following code snippet on Windows IIS 7, in my index.php file and

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread Tommy Pham
On Wed, Mar 31, 2010 at 11:25 AM, King Coffee kcof...@hotmail.com wrote: Thanks, I think Output_Buffering may be the difference on the two servers. I had a default php.ini on the Linux server but not on the Windows server. But for now, I remove the echo statement. Thank, King jose javier