At 12:32 AM -0400 9/13/09, Paul M Foster wrote:
On Sat, Sep 12, 2009 at 10:22:10AM -0400, tedd wrote:
At 6:02 PM -0400 9/11/09, Paul M Foster wrote:
I typically use us2.php.net, which is hosted by Hurricane Electric.
Paul
Paul:
I wouldn't use Hurricane Electric if their accounts were
On Sat, Sep 12, 2009 at 10:22:10AM -0400, tedd wrote:
> At 6:02 PM -0400 9/11/09, Paul M Foster wrote:
>>
>> I typically use us2.php.net, which is hosted by Hurricane Electric.
>>
>> Paul
>
> Paul:
>
> I wouldn't use Hurricane Electric if their accounts were provided for free!
>
> The following is
At 6:02 PM -0400 9/11/09, Paul M Foster wrote:
I typically use us2.php.net, which is hosted by Hurricane Electric.
Paul
Paul:
I wouldn't use Hurricane Electric if their accounts were provided for free!
The following is an experience I had with Hurricane Electric and
support for my opinion
On Fri, Sep 11, 2009 at 08:38:13AM -0700, Tommy Pham wrote:
> --- On Fri, 9/11/09, Paul M Foster wrote:
>
> > From: Paul M Foster
> > Subject: Re: [PHP] Reading files in PHP 5.3.0
> > To: php-general@lists.php.net
> > Date: Friday, September 11, 2009, 8:57 AM
>
-- On Fri, 9/11/09, Steve Brown wrote:
> From: Steve Brown
> Subject: Re: [PHP] Reading files in PHP 5.3.0
> To: php-general@lists.php.net
> Date: Friday, September 11, 2009, 9:08 AM
Perhaps you should add some error checking to see where it breaks
> >> function
&
--- On Fri, 9/11/09, Paul M Foster wrote:
> From: Paul M Foster
> Subject: Re: [PHP] Reading files in PHP 5.3.0
> To: php-general@lists.php.net
> Date: Friday, September 11, 2009, 8:57 AM
> On Fri, Sep 11, 2009 at 05:48:42AM
> -0700, Tommy Pham wrote:
>
> >
> >
>> function parseResponseHeaders($header_file) {
>> $http_found = $error_found = false;
>> $http_reponse = $error_message = NULL;
>>
>> $response = array();
>> $response['ResponseCode'] = NULL;
>> $response['ErrorMessage'] = NULL;
>>
>> if (!is_file($header_file) ||
>> !is_r
On Fri, Sep 11, 2009 at 8:15 AM, Ashley Sheridan
wrote:
> On Fri, 2009-09-11 at 08:04 -0400, tedd wrote:
>> At 5:06 PM -0700 9/10/09, Tommy Pham wrote:
>> > > So did anything change in PHP5.3.0 that would preclude the > code
>> >below > from working? Am I going crazy? Or did Apple > f...@#
>> >
On Fri, Sep 11, 2009 at 05:48:42AM -0700, Tommy Pham wrote:
>
> I just checked my 'Mail Options' again. It's always been 'compose as text'.
> But I can't guaranteed that Yahoo actually does it. Been having problems
> with Yahoo lately (both mail and Yahoo hosting of www.php.net). Maybe I
>
--- On Fri, 9/11/09, Ashley Sheridan wrote:
> From: Ashley Sheridan
> Subject: Re: [PHP] Reading files in PHP 5.3.0
> To: "tedd"
> Cc: "Tommy Pham" , php-general@lists.php.net
> Date: Friday, September 11, 2009, 7:15 AM
> On Fri, 2009-09-11 at 08:04 -0400
At 1:15 PM +0100 9/11/09, Ashley Sheridan wrote:
On Fri, 2009-09-11 at 08:04 -0400, tedd wrote:
At 5:06 PM -0700 9/10/09, Tommy Pham wrote:
> > So did anything change in PHP5.3.0 that would preclude the > code
>below > from working? Am I going crazy? Or did Apple > f...@#
>something up in
On Fri, 2009-09-11 at 08:04 -0400, tedd wrote:
> At 5:06 PM -0700 9/10/09, Tommy Pham wrote:
> > > So did anything change in PHP5.3.0 that would preclude the > code
> >below > from working? Am I going crazy? Or did Apple > f...@#
> >something up in > this release? > > Thanks, > Steve > > BEGIN
At 5:06 PM -0700 9/10/09, Tommy Pham wrote:
> So did anything change in PHP5.3.0 that would preclude the > code
below > from working? Am I going crazy? Or did Apple > f...@#
something up in > this release? > > Thanks, > Steve > > BEGIN CODE
-snip-
Does anyone else see every line above endi
--- On Thu, 9/10/09, Steve Brown wrote:
> From: Steve Brown
> Subject: [PHP] Reading files in PHP 5.3.0
> To: php-general@lists.php.net
> Date: Thursday, September 10, 2009, 4:13 PM
> I've been beating my head against a
> wall all day and can't figure this
> one out. The code below worked perfe
Beauford.2005 <[EMAIL PROTECTED]> wrote:
> I have a file that has the 130 lines which follows the example below.
>
> Barnaby
>
> What I need to do is read this file, remove one line, add another line,
> and then resave it. I have tried the different fget functions etc. to
> read the file, but all
At 14:35 11.03.2003, Dan Mullen said:
[snip]
>I am trying to read the contents of a file using fopen or fsockopen over a
>secure SSL connection. I have a script working fine over a non-SSL
>connection, but it just won't work over SSL. I have tried using fso
>while (!feof ($handle)) ;
Take that semi-colon away. You're running this loop continously.
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Chris,
You should delete the ; after the while statement because it causes an
infinite loop.
- Original Message -
From: "Chris Blake" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 27, 2003 16:29
Subject: [PHP] Reading files
> Greetings...
>
> When t
18 matches
Mail list logo