php-general Digest 19 Feb 2011 22:37:26 -0000 Issue 7190

2011-02-19 Thread php-general-digest-help
php-general Digest 19 Feb 2011 22:37:26 - Issue 7190 Topics (messages 311440 through 311442): Re: 9970318527584 311440 by: Robert Cummings 311441 by: Kirk Bailey chat facebook 311442 by: fakessh . Administrivia: To subscribe to the digest, e-mail:

Re: [PHP] 9970318527584

2011-02-19 Thread Kirk Bailey
Just for a giggle, please share the context generating the magic number you cite. On 2/18/2011 10:08 PM, John Taylor-Johnston wrote: 9970318527584 Could this number refer to a date()? In late 2009? How could I calculate it? -- end Very Truly yours, - Kirk Bailey,

[PHP] chat facebook

2011-02-19 Thread fakessh @
anyone have a recipe for it on facebook chat and I request a second thing how to install PHP API this is not explained nene question but I do not know Friendship -- gpg --keyserver pgp.mit.edu --recv-key 092164A7 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x092164A7 signature.asc

Re: [PHP] chat facebook

2011-02-19 Thread Brian Waters
2011/2/19 fakessh @ fake...@fakessh.eu: anyone have a recipe for it on facebook chat a recipe for what? and I request a second thing how to install PHP API you're going to have to be more specific than that. - BW -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Array from one form to other?

2011-02-19 Thread Yogesh
Hello, I have two forms. One form helps read an input file into an array. And the other form needs this array as an input. I am able to read the input file into an array, but how do I pass it over to the other form. Both forms have PHP file as 'action'. Please help. Thanks - Yogesh

Re: [PHP] chat facebook

2011-02-19 Thread fakessh @
I'm looking script already written to facebook chat. I think it must already exist free applications for facebook chat many return are welcome Le samedi 19 février 2011 à 18:55 -0500, Brian Waters a écrit : 2011/2/19 fakessh @ fake...@fakessh.eu: anyone have a recipe for it on facebook chat

Re: [PHP] chat facebook

2011-02-19 Thread fakessh @
I just install jaxl [1] http://abhinavsingh.com/blog/2010/08/jaxl-2-0-installation-usage-guide-and-example-apps/ and echobot.php and I test a connection with facebook. and oddly despite changes in the code echobot.php I can not make a connection to the facebook chat with the correct

Re: [PHP] Array from one form to other?

2011-02-19 Thread Daniel Brown
On Sat, Feb 19, 2011 at 19:38, Yogesh yogesh...@gmail.com wrote: Hello, I have two forms. One form helps read an input file into an array. And the other form needs this array as an input. I am able to read the input file into an array, but how do I pass it over to the other form. Both

Re: [PHP] chat facebook

2011-02-19 Thread Daniel Brown
2011/2/19 fakessh @ fake...@fakessh.eu: I just install jaxl [1] http://abhinavsingh.com/blog/2010/08/jaxl-2-0-installation-usage-guide-and-example-apps/ and echobot.php and I test a connection with facebook. and oddly despite changes in the code echobot.php I can not make a connection to

Re: [PHP] Array from one form to other?

2011-02-19 Thread Yogesh
POST On Sat, Feb 19, 2011 at 9:44 PM, Daniel Brown danbr...@php.net wrote: On Sat, Feb 19, 2011 at 19:38, Yogesh yogesh...@gmail.com wrote: Hello, I have two forms. One form helps read an input file into an array. And the other form needs this array as an input. I am able to read

Re: [PHP] Array from one form to other?

2011-02-19 Thread Daniel Brown
On Sat, Feb 19, 2011 at 21:50, Yogesh yogesh...@gmail.com wrote: POST Use cURL, look into curl_setopt(), and add square brackets (and optional key names) to your array. A quick start: ?php $ch = curl_init(); curl_setopt(CURLOPT_POST,1);

Re: [PHP] New to list and to PHP

2011-02-19 Thread Daniel Brown
On Fri, Feb 18, 2011 at 14:03, Pete Woodhead pete.woodhea...@gmail.com wrote: Hi I'm Pete Woodhead.  I'm new to the list and to PHP.  To be honest I very new to code writing. Thought this would be a good way to learn good habits as well as good code writing. Looking forward to learning and

Re: [PHP] Connection Handling - unreliable at best?

2011-02-19 Thread Daniel Brown
On Fri, Feb 18, 2011 at 10:21, James Green james.mk.gr...@gmail.com wrote: Been reading through http://uk.php.net/manual/en/features.connection-handling.php and trying to implement a solution using it. So far the documented behaviour rarely occurs. This code is a minimal test case:

Re: [PHP] New to list and to PHP

2011-02-19 Thread David Robley
Daniel Brown wrote: On Fri, Feb 18, 2011 at 14:03, Pete Woodhead pete.woodhea...@gmail.com wrote: Hi I'm Pete Woodhead.  I'm new to the list and to PHP.  To be honest I very new to code writing. Thought this would be a good way to learn good habits as well as good code writing. Looking

Re: [PHP] New to list and to PHP

2011-02-19 Thread David Hutto
On Sat, Feb 19, 2011 at 11:14 PM, David Robley robl...@aapt.net.au wrote: Daniel Brown wrote: On Fri, Feb 18, 2011 at 14:03, Pete Woodhead pete.woodhea...@gmail.com wrote: Hi I'm Pete Woodhead.  I'm new to the list and to PHP.  To be honest I very new to code writing. Thought this would be