Re: [PHP] book quest

2011-09-28 Thread Tommy Pham
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

Re: [PHP] book quest

2011-09-28 Thread Jim Lucas
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. >

Re: [PHP] book quest

2011-09-28 Thread Shawn McKenzie
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

Re: [PHP] Sequential access of XML nodes.

2011-09-28 Thread Ross McKay
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

RE: [PHP] book quest

2011-09-28 Thread Christopher Lee
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

Re: [PHP] book quest

2011-09-28 Thread Daniel Brown
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

Re: [PHP] book quest

2011-09-28 Thread Andy McKenzie
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, >            

Re: [PHP] book quest

2011-09-28 Thread Bastien Koert
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, >            

[PHP] book quest

2011-09-28 Thread Kirk Bailey
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

Re: [PHP] using passthru or system() even and passing the $_FILES array

2011-09-28 Thread tamouse mailing lists
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

Re: [PHP] Curl cost

2011-09-28 Thread tamouse mailing lists
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

Fwd: [PHP] Curl cost

2011-09-28 Thread tamouse mailing lists
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

Re: [PHP] Curl cost

2011-09-28 Thread Daniel Brown
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

Re: [PHP] Curl cost

2011-09-28 Thread Jim Lucas
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 >

[PHP] Attached without Attachment

2011-09-28 Thread Gustavo - Emar Plásticos
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

Re: [PHP] Curl cost

2011-09-28 Thread Daniel Brown
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

Re: [PHP] Curl cost

2011-09-28 Thread Jim Lucas
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

Re: [PHP] using passthru or system() even and passing the $_FILES array

2011-09-28 Thread Jim Lucas
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

[PHP] Re: Curl cost

2011-09-28 Thread Jonesy
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

[PHP] php5-fpm segfault

2011-09-28 Thread Александр Гончаров
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

Re: [PHP] Sequential access of XML nodes.

2011-09-28 Thread Richard Quadling
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

[PHP] Curl cost

2011-09-28 Thread muad shibani
what are the costs of using PHP Curl to show another websites on my site as stumbleon do .. traffic, memory or what?

[PHP] using passthru or system() even and passing the $_FILES array

2011-09-28 Thread Anton Heuschen
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