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=get&search=0x092164A7 signature.asc Desc

Re: [PHP] chat facebook

2011-02-19 Thread Brian Waters
2011/2/19 fakessh @ : > 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: http://www.php.net/

[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 @ : > > anyone have a recipe for it on facebook chat > > a recipe for

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 authentifi

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

2011-02-19 Thread Daniel Brown
On Sat, Feb 19, 2011 at 19:38, Yogesh 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 forms have PHP f

Re: [PHP] chat facebook

2011-02-19 Thread Daniel Brown
2011/2/19 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

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 wrote: > On Sat, Feb 19, 2011 at 19:38, Yogesh 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

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

2011-02-19 Thread Daniel Brown
On Sat, Feb 19, 2011 at 21:50, Yogesh wrote: > POST Use cURL, look into curl_setopt(), and add square brackets (and optional key names) to your array. A quick start: -- Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General Mailing List (http:

Re: [PHP] New to list and to PHP

2011-02-19 Thread Daniel Brown
On Fri, Feb 18, 2011 at 14:03, Pete Woodhead 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 participating. Fan

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

2011-02-19 Thread Daniel Brown
On Fri, Feb 18, 2011 at 10:21, James Green 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: http://codepad.org/GqNlcWiM

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 > 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 learni

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 wrote: > Daniel Brown wrote: > >> On Fri, Feb 18, 2011 at 14:03, Pete Woodhead >> 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 habit