On Wed, Sep 28, 2011 at 5:29 PM, Jim Lucas wrote:
> On 9/28/2011 3:26 PM, Bastien Koert wrote:
> > On Wed, Sep 28, 2011 at 6:20 PM, Kirk Bailey
> wrote:
> >> The best book for a beginner? No, don't tell me php.net, I hear that
> one
> >> already, and while it is indeed good, I want something in
On 9/28/2011 3:26 PM, Bastien Koert wrote:
> On Wed, Sep 28, 2011 at 6:20 PM, Kirk Bailey wrote:
>> The best book for a beginner? No, don't tell me php.net, I hear that one
>> already, and while it is indeed good, I want something in a dead tree
>> edition I can canny around and smoke as needed.
>
On 09/28/2011 06:23 PM, Daniel Brown wrote:
> On Wed, Sep 28, 2011 at 19:13, Andy McKenzie wrote:
>>
>> I agree with Bastien -- I've had great luck with the PHP books.
>> "Beginning PHP4" has a permanent place on my shelf, even though PHP4
>> is outdated. "Beginning PHP5.3" hasn't quite supplante
Richard Quadling wrote:
>It seems that the SimpleXMLIterator is perfect for me.
>[...]
Interesting, I forget that's there... I must have a play with it
sometime. Thanks for resurfacing it :)
--
Ross McKay, Toronto, NSW Australia
"Let the laddie play wi the knife - he'll learn"
- The Wee Book of
I agree with Daniel. I would be willing to contribute to that type of
collaborative initiative.
Best,
Christopher Lee
-Original Message-
From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel Brown
Sent: Wednesday, September 28, 2011 7:24 PM
To: Andy McKenzie
Cc: php-g
On Wed, Sep 28, 2011 at 19:13, Andy McKenzie wrote:
>
> I agree with Bastien -- I've had great luck with the PHP books.
> "Beginning PHP4" has a permanent place on my shelf, even though PHP4
> is outdated. "Beginning PHP5.3" hasn't quite supplanted it as a
> concept book, but is my go-to for "her
On Wed, Sep 28, 2011 at 6:20 PM, Kirk Bailey wrote:
> The best book for a beginner? No, don't tell me php.net, I hear that one
> already, and while it is indeed good, I want something in a dead tree
> edition I can canny around and smoke as needed.
>
> --
> end
>
> Very Truly yours,
>
On Wed, Sep 28, 2011 at 6:20 PM, Kirk Bailey wrote:
> The best book for a beginner? No, don't tell me php.net, I hear that one
> already, and while it is indeed good, I want something in a dead tree
> edition I can canny around and smoke as needed.
>
> --
> end
>
> Very Truly yours,
>
The best book for a beginner? No, don't tell me php.net, I hear that
one already, and while it is indeed good, I want something in a dead
tree edition I can canny around and smoke as needed.
--
end
Very Truly yours,
- Kirk Bailey,
Largo Florida
On Wed, Sep 28, 2011 at 10:52 AM, Jim Lucas wrote:
> On 9/28/2011 12:07 AM, Anton Heuschen wrote:
>> $command = '/usr/bin/php -f /var/www/details/Write.php '.$email.'
>> '.$actionDate.' '.$files.' >> php.log';
>> system($command,$return);
>
> At this point I would suggest that you echo $command be
On Wed, Sep 28, 2011 at 4:06 PM, tamouse mailing lists
wrote:
> On Wed, Sep 28, 2011 at 3:28 AM, muad shibani wrote:
>> what are the costs of using PHP Curl to show another websites on my site as
>> stumbleon do ..
>> traffic, memory or what?
>
> If you use curl to suck the web page into a variab
Forgot to include list...
-- Forwarded message --
From: tamouse mailing lists
Date: Wed, Sep 28, 2011 at 4:06 PM
Subject: Re: [PHP] Curl cost
To: muad shibani
On Wed, Sep 28, 2011 at 3:28 AM, muad shibani wrote:
> what are the costs of using PHP Curl to show another websites on
On Wed, Sep 28, 2011 at 14:13, Jim Lucas wrote:
>
> I saw that, but @ss-umed it was a typo. My bad.
I'd presumed the same at first. You're in good company still.
--
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
On 9/28/2011 9:05 AM, Daniel Brown wrote:
> On Wed, Sep 28, 2011 at 11:54, Jim Lucas wrote:
>>
>> That isn't how stumbleupon does it. You might want to take a closer look at
>> the
>> HTML to see how they do what they do.
>
> He said stumbleON, actually. Looks like they simply aggregate
>
Hi all, i made a code in PHP to save in a directory the XML attachments !
All goes well until it comes across an email that has attachment but can
not save !
analyzing the source code of this email, i realized it has no line:
Content-Disposition: attachment; filename="name of the file.xml"
bu
On Wed, Sep 28, 2011 at 11:54, Jim Lucas wrote:
>
> That isn't how stumbleupon does it. You might want to take a closer look at
> the
> HTML to see how they do what they do.
He said stumbleON, actually. Looks like they simply aggregate
some of your personal social networking data into a si
On 9/28/2011 1:28 AM, muad shibani wrote:
> what are the costs of using PHP Curl to show another websites on my site as
> stumbleon do ..
> traffic, memory or what?
>
That isn't how stumbleupon does it. You might want to take a closer look at the
HTML to see how they do what they do.
--
PHP Ge
On 9/28/2011 12:07 AM, Anton Heuschen wrote:
> Good day,
>
> I have a question and something that either does not work, or I have not
> gotten it to work the way I want to.
>
> I have a start page, which is a form, that takes 2 text fields and also a
> Attachment field. Then it calls the first pa
On Wed, 28 Sep 2011 01:28:19 -0700, muad shibani wrote:
> what are the costs of using PHP Curl to show another websites on my
> site as stumbleon do .. traffic, memory or what?
One cost might be legal expenses and penalties for copyright
infringement.
--
PHP General Mailing List (http://www
Hello. I'm getting problem.
OS: Ububtu Server 2.6.38-8-server
PHP: PHP 5.3.5-1ubuntu7.2 with Suhosin-Patch
Work over fastcgi (fpm) with cherokee web server.
PHP fall often with such messages in syslog:
Sep 28 11:01:25 userver kernel: [278665.292418] php5-fpm[31892]:
segfault at 80001000321 ip 000
On 27 September 2011 03:38, Ross McKay wrote:
> On Mon, 26 Sep 2011 14:17:43 -0400, Adam Richardson wrote:
>
>>I believe the XMLReader allows you to pull node by node, and it's really
>>easy to work with:
>>http://www.php.net/manual/en/intro.xmlreader.php
>>
>>In terms of dealing with various form
what are the costs of using PHP Curl to show another websites on my site as
stumbleon do ..
traffic, memory or what?
Good day,
I have a question and something that either does not work, or I have not
gotten it to work the way I want to.
I have a start page, which is a form, that takes 2 text fields and also a
Attachment field. Then it calls the first page, which is supposed to spawn
of a call to another page (I
23 matches
Mail list logo