php-general Digest 28 Sep 2011 07:07:28 -0000 Issue 7495

2011-09-28 Thread php-general-digest-help
php-general Digest 28 Sep 2011 07:07:28 - Issue 7495 Topics (messages 315028 through 315037): Sequential access of XML nodes. 315028 by: Richard Quadling 315029 by: Stuart Dallas 315031 by: Adam Richardson 315036 by: Ross McKay Re: New Service - Short URL

php-general Digest 28 Sep 2011 21:15:43 -0000 Issue 7496

2011-09-28 Thread php-general-digest-help
php-general Digest 28 Sep 2011 21:15:43 - Issue 7496 Topics (messages 315038 through 315048): Curl cost 315038 by: muad shibani 315041 by: Jonesy 315043 by: Jim Lucas 315044 by: Daniel Brown 315046 by: Jim Lucas 315047 by: Daniel Brown

[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

[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?

Re: [PHP] Sequential access of XML nodes.

2011-09-28 Thread Richard Quadling
On 27 September 2011 03:38, Ross McKay ro...@zeta.org.au 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

[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

[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

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 page,

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

Re: [PHP] Curl cost

2011-09-28 Thread Daniel Brown
On Wed, Sep 28, 2011 at 11:54, Jim Lucas li...@cmsws.com 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

[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 but

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 li...@cmsws.com 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

Re: [PHP] Curl cost

2011-09-28 Thread Daniel Brown
On Wed, Sep 28, 2011 at 14:13, Jim Lucas li...@cmsws.com 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. -- /Daniel P. Brown Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List

Fwd: [PHP] Curl cost

2011-09-28 Thread tamouse mailing lists
Forgot to include list... -- Forwarded message -- From: tamouse mailing lists tamouse.li...@gmail.com Date: Wed, Sep 28, 2011 at 4:06 PM Subject: Re: [PHP] Curl cost To: muad shibani muad.shib...@gmail.com On Wed, Sep 28, 2011 at 3:28 AM, muad shibani muad.shib...@gmail.com

Re: [PHP] Curl cost

2011-09-28 Thread tamouse mailing lists
On Wed, Sep 28, 2011 at 4:06 PM, tamouse mailing lists tamouse.li...@gmail.com wrote: On Wed, Sep 28, 2011 at 3:28 AM, muad shibani muad.shib...@gmail.com 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

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 li...@cmsws.com 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

[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] book quest

2011-09-28 Thread Bastien Koert
On Wed, Sep 28, 2011 at 6:20 PM, Kirk Bailey kbai...@howlermonkey.net 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

Re: [PHP] book quest

2011-09-28 Thread Andy McKenzie
On Wed, Sep 28, 2011 at 6:20 PM, Kirk Bailey kbai...@howlermonkey.net 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

Re: [PHP] book quest

2011-09-28 Thread Daniel Brown
On Wed, Sep 28, 2011 at 19:13, Andy McKenzie amckenz...@gmail.com 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

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:

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 Shawn McKenzie
On 09/28/2011 06:23 PM, Daniel Brown wrote: On Wed, Sep 28, 2011 at 19:13, Andy McKenzie amckenz...@gmail.com 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

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 kbai...@howlermonkey.net 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