Re: [PHP] 9970318527584
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, Largo Florida kniht +-+ | BOX | +-+ think -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] chat facebook
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 Description: Ceci est une partie de message numériquement signée
Re: [PHP] chat facebook
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/unsub.php
[PHP] Array from one form to other?
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
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 what? > > > and I request a second thing > > how to install PHP API > > you're going to have to be more specific than that. > > - BW > -- gpg --keyserver pgp.mit.edu --recv-key 092164A7 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 signature.asc Description: Ceci est une partie de message numériquement signée
Re: [PHP] chat facebook
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 authentification Le dimanche 20 février 2011 à 02:11 +0100, fakessh @ a écrit : > 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 what? > > > > > and I request a second thing > > > how to install PHP API > > > > you're going to have to be more specific than that. > > > > - BW > > -- gpg --keyserver pgp.mit.edu --recv-key 092164A7 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 signature.asc Description: Ceci est une partie de message numériquement signée
Re: [PHP] Array from one form to other?
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 file as 'action'. What's the method? GET or POST? -- Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] chat facebook
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 chat > with the correct authentification Then ask in their forums. Just because it's written in PHP doesn't mean we can, want to, or will help you. -- Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Array from one form to other?
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 array, but how do I pass it over > to > > the other form. > > > > Both forms have PHP file as 'action'. > > What's the method? GET or POST? > > -- > > Network Infrastructure Manager > Documentation, Webmaster Teams > http://www.php.net/ >
Re: [PHP] Array from one form to other?
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://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] New to list and to PHP
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. Fantastic. As the new guy, you're expected to sweep the floors here each Tuesday and Saturday evening. Lesson one: buy a broom. -- Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Connection Handling - unreliable at best?
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 > > I run this behind Apache 2.2 with PHP 5.3 on Linux. The in-line > comments explain the problem. I load in the browser and hit stop > pretty much immediately but PHP does not get signalled that the user > has aborted and continues. > > From memory of having to restart apache after hitting long-running > scripts in the past, I don't ever believe I've had a script terminate > on a user abort. And I've never switched the behaviour from default. > > I read several people explain this behaviour would only ever work in > writing back to the client and to flush the buffer, which is included > in the test case. I've also removed any compression from within > Apache. > > Can anyone explain what I've seeing? I've tried this using Lighttpd/Windows > too. Look at line #4. You're telling PHP that you don't give a damn if someone tries to quit, you're going to continue anyway. You storm trooper, you. If PHP is instructed to ignore the user's (futile) attempts to abort, why should it try to gentlemanly and politely respect a shutdown function? Essentially, you're damning it to zombiehood. -- Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] New to list and to PHP
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 learning and participating. > > Fantastic. As the new guy, you're expected to sweep the floors > here each Tuesday and Saturday evening. Lesson one: buy a broom. > A shovel might also be useful - Dan forgot to mention the stables... Cheers -- David Robley On a radiator repair shop: Best place to take a leak. Today is Sweetmorn, the 51st day of Chaos in the YOLD 3177. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] New to list and to PHP
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 habits as well as good >>> code writing. >>> Looking forward to learning and participating. >> >> Fantastic. As the new guy, you're expected to sweep the floors >> here each Tuesday and Saturday evening. Lesson one: buy a broom. >> > A shovel might also be useful - Dan forgot to mention the stables... > > > > Cheers > -- > David Robley > > On a radiator repair shop: Best place to take a leak. Right next to the soldering station and the freon vat? > Today is Sweetmorn, the 51st day of Chaos in the YOLD 3177. > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- According to theoretical physics, the division of spatial intervals as the universe evolves gives rise to the fact that in another timeline, your interdimensional counterpart received helpful advice from me...so be eternally pleased for them. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php