Re: [PHP] Something wrong with the PHP-INSTALL list ?

2010-03-31 Thread Tommy Pham
On Wed, Mar 31, 2010 at 10:24 AM, Nilesh Govindarajan wrote: > No I don't have any problems. I was replying to one's problem. > My mistake :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Something wrong with the PHP-INSTALL list ?

2010-03-31 Thread Nilesh Govindarajan
On 03/31/10 21:43, Daniel Brown wrote: On Wed, Mar 31, 2010 at 06:50, Nilesh Govindarajan wrote: Any replies I send to PHP-INSTALL list, I get the follow response: Any ideas why this is happening ? Original Message Subject:Re: [PHP-INSTALL] installation problem with p

Re: [PHP] Something wrong with the PHP-INSTALL list ?

2010-03-31 Thread Nilesh Govindarajan
On 03/31/10 19:14, Tommy Pham wrote: On Wed, Mar 31, 2010 at 3:50 AM, Nilesh Govindarajan wrote: Any replies I send to PHP-INSTALL list, I get the follow response: Any ideas why this is happening ? Original Message Subject:Re: [PHP-INSTALL] installation problem with p

Re: [PHP] Something wrong with the PHP-INSTALL list ?

2010-03-31 Thread Daniel Brown
On Wed, Mar 31, 2010 at 06:50, Nilesh Govindarajan wrote: > Any replies I send to PHP-INSTALL list, I get the follow response: > Any ideas why this is happening ? > > Original Message > Subject:        Re: [PHP-INSTALL] installation problem with php and Apache > [Incident:100331-

Re: [PHP] Something wrong with the PHP-INSTALL list ?

2010-03-31 Thread Tommy Pham
On Wed, Mar 31, 2010 at 3:50 AM, Nilesh Govindarajan wrote: > Any replies I send to PHP-INSTALL list, I get the follow response: > Any ideas why this is happening ? > > Original Message > Subject:        Re: [PHP-INSTALL] installation problem with php and Apache > [Incident:10033

RE: [PHP] Something wrong to open PHP

2006-01-23 Thread Jay Blanchard
[snip] Nope, that didn't work either... Oh, on the way, I can't find IIS on the computer. And in Controllpanel>Add/Remove program>Add/Remove Windows components I can't find it either. We've Windows XP Home edition. Maybe it have something with that to do? Please tell me if you know. Thanks! [/sni

RE: [PHP] Something wrong to open PHP

2006-01-23 Thread Jay Blanchard
[snip] When I've created a .php-file and trying to open it then it's not want to open. There are no error-messages comes up or something like that, nothing hapends when I'm trying to open it. Can you please tell me what's wrong? Thanks! [/snip] There could be so many things wrong. Create a file an

Re: [PHP] something wrong with $_SERVER var

2004-10-05 Thread Merlin
Chuck Wolber wrote: On Tue, 5 Oct 2004, Merlin wrote: I am experiencing a strange behaviour with $_SERVER vars. Somehow the var: $_SERVER[SERVER_PORT] seems to be 443 even if it is 80. I had following statement inside my app: if ($_SERVER[SERVER_PORT] == '443' AND !$SSL){ header("Location

Re: [PHP] something wrong with $_SERVER var

2004-10-04 Thread Chuck Wolber
On Tue, 5 Oct 2004, Merlin wrote: > I am experiencing a strange behaviour with $_SERVER vars. > Somehow the var: $_SERVER[SERVER_PORT] seems to be 443 even if > it is 80. I had following statement inside my app: > > if ($_SERVER[SERVER_PORT] == '443' AND !$SSL){ > header("Location:http://"

RE: [PHP] Something wrong with the file() command.

2001-12-03 Thread Mark Charette
From: Jose [mailto:[EMAIL PROTECTED]] $temp[]=file($y); \\ To load the file into the array. --- file() returns an array! So, you ended up with an array ($temp) with element 0 an array (returned from file() ). Read the manual very carefully ... You probably meant to say $temp=fil

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
ompressao2","toolbar=no");} > > > > - Original Message - > From: Rich Cavanaugh <[EMAIL PROTECTED]> > To: Eduardo Kokubo <[EMAIL PROTECTED]>; Chris Cocuzzo > <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, August 07,

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 2:52 PM Subject: RE: [PHP] something wrong > Ok, this is just a variant of a question asked almost daily. You are trying > to call a PHP function using JavaScript. PHP is handled on the server, > JavaScript

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
IL PROTECTED]>; Chris Cocuzzo <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 2:52 PM Subject: RE: [PHP] something wrong > Ok, this is just a variant of a question asked almost daily. You are trying > to call a PHP function using JavaScript. PHP is

RE: [PHP] something wrong

2001-08-07 Thread Rich Cavanaugh
piss off people though) a window which would load that PHP script and delete the file. rich -Original Message- From: Eduardo Kokubo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 1:49 PM To: Chris Cocuzzo Cc: [EMAIL PROTECTED] Subject: Re: [PHP] something wrong I tried it

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
I tried it using return and without it, but unfortunly neither cases worked. - Original Message - From: Chris Cocuzzo <[EMAIL PROTECTED]> To: Eduardo Kokubo <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 2:21 PM Subject: Re: [PHP] something worong > hey- > > I'm not sure, but maybe

Re: [PHP] something wrong at my mail set up in php.ini

2001-02-19 Thread Hrishi
> Is there anyway I can see if script mail() does not work and see what the > problem is? Jack Hey Jack, take this line and put it before the part of the code that sends the mail: this turns on ALL error reporting, so make sure yuo use it only for debugging. also, if you dont see any warning