[PHP] Re: Installing PEAR on machines without internet access.

2008-06-22 Thread Lester Caine
Gregory Beaver wrote: Lester Caine wrote: I've been going through the hoops documenting installation and recovery notes for my customer sites. The majority of these run local web services with no internet access from the servers, so with the increasing reliance on PEAR extensions, I'm looking

Re: [PHP] Re: RE: Military Service WAS [PHP] Capitalization of variable

2008-06-22 Thread Sancar Saran
On Saturday 21 June 2008 16:58:24 Michelle Konzack wrote: Merhaba Sancar, Am 2008-06-20 09:21:30, schrieb Sancar Saran: The Turkish Gendarmerie (Jandarma Genel Komutanligi) ;-) How long is the service there? 15 Months. Thanks, Greetings and nice Day/Evening Michelle Konzack

Re: [PHP] Another canvas example

2008-06-22 Thread Richard Heyes
Hi, You gonna post the source code? ;) Already have, like all Javascript, it's clientside. The direct URL is: http://www.phpguru.org/pie/pie.js There's also the ExCanvas library, but that's public anyway. -- Richard Heyes Employ me: http://www.phpguru.org/cv

[PHP] Communicated-Key/Token for SOAP Authentication

2008-06-22 Thread Steve Finkelstein
Hi all, I'm working on a relatively straight forward Web API that'll have a SOAP presence. The most secure way of going about doing authentication would be undoubtedly client-certificate authentication. I have been able to implement such a service straight forward as there is plenty of

Re: [PHP] Communicated-Key/Token for SOAP Authentication

2008-06-22 Thread Kyle Browning
Checkout oAuth, to either see how they used it, or for the algo's http://oauth.net Kyle On Sun, Jun 22, 2008 at 7:53 AM, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, I'm working on a relatively straight forward Web API that'll have a SOAP presence. The most secure way of going about

Fwd: [PHP] How to make a Auto View and a Download Link for PDF?

2008-06-22 Thread Nitsan Bin-Nun
Oops -- Forwarded message -- From: Nitsan Bin-Nun [EMAIL PROTECTED] Date: 21 Jun 2008 19:23 Subject: Re: [PHP] How to make a Auto View and a Download Link for PDF? To: Michelle Konzack [EMAIL PROTECTED] I am not 100 percent sure that i have understood your idea, but if i did you

[PHP] Re: (*OT) What we are going to do about those OT's?

2008-06-22 Thread Colin Guthrie
Daniel Brown wrote: Hey, Col. Thought you were dead. ;-P Not dead, just buried... :p But this reminds me of an idea I had a while back. As a developer working with a lot of open source projects etc, what would happen if I did die? I'd want to let all the people I deal with in the

[PHP] Re: (*OT) What we are going to do about those OT's?

2008-06-22 Thread tedd
At 10:02 PM +0100 6/22/08, Colin Guthrie wrote: But this reminds me of an idea I had a while back. As a developer working with a lot of open source projects etc, what would happen if I did die? We probably would have a hell of a time trying to get to finish it. :-) Seriously, look at Key

[PHP] Re: (*OT) What we are going to do about those OT's?

2008-06-22 Thread Colin Guthrie
tedd wrote: At 10:02 PM +0100 6/22/08, Colin Guthrie wrote: But this reminds me of an idea I had a while back. As a developer working with a lot of open source projects etc, what would happen if I did die? We probably would have a hell of a time trying to get to finish it. :-) The testing

Re: [PHP] 5.3 Timeline and Features(true anon functions? shorter array syntax?)

2008-06-22 Thread Chris
Weston C wrote: Just curious if anyone knows the rough timeline for PHP 5.3. Also curious if anyone knows whether anon functions/closures or a shorter JSON-ish array syntax are being considered for inclusion. I know there were two patches announced in December/January: Ask the -internals

[PHP] escape character in query string

2008-06-22 Thread joaquinbordado
would someone happen to know the escape character for query string? here is my querysting my.php?message=Hello%PHP%0AHow%was%your%day? the output should be Hello PHP How was your day? -- View this message in context:

[PHP] Variables in forms

2008-06-22 Thread Ron Piggott
I am writing a form right now. I would like to make the checkbox an array variable. The first part of the array is the component reference, the second part is the package reference. What name would you assign to it that I could use in processing the form in the PHP script this posts to?