Re: [nyphp-talk] ucfirst question

2007-06-12 Thread Michael B Allen
On Tue, 12 Jun 2007 19:59:55 -0400 David Krings <[EMAIL PROTECTED]> wrote: > Hi! > > Being a ucfirst issue, I want to capitalize the first letter in a > string. What caught my attention is this sentence in the PHP > documentation: "Note that 'alphabetic' is determined by the current > locale.

[nyphp-talk] ucfirst question

2007-06-12 Thread David Krings
Hi! Being a ucfirst issue, I want to capitalize the first letter in a string. What caught my attention is this sentence in the PHP documentation: "Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be co

[nyphp-talk] Form PRG revisited -- again

2007-06-12 Thread Cliff Hirsch
I have been testing the Form PRG pattern, and really like the way it acts on the user side. The back button and resubmit/reload button behave so much nicer, versus those ugly POSTDATA messages. But it is a bear to implement, unless I¹m missing something as usual. Paul Jones showed how the Solar Fr

[nyphp-talk] Re: PHP equivalent of the XMLHTTP Library

2007-06-12 Thread Miretsky, Anya
thanks so much for your responses, I think the HTTP_Request package might be all I need. A. ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your

[nyphp-talk] (no subject)

2007-06-12 Thread Miretsky, Anya
Anya Miretsky Information Technology Dept. Brooklyn Botanic Garden 1000 Washington Avenue Brooklyn, NY 11225 (718)623-7265 [EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 200

Re: [nyphp-talk] PHP equivalent of the XMLHTTP Library ?

2007-06-12 Thread Jon Baer
http://www.xajaxproject.org On Jun 12, 2007, at 9:31 AM, Miretsky, Anya wrote: I am trying to retrieve and send data to a remote web server using HTTP, I know that there is a library that can be used in ASP code called XMLHTTP which does exactly what I need to do. Is there something like th

Re: [nyphp-talk] PHP equivalent of the XMLHTTP Library ?

2007-06-12 Thread Dell Sala
On Jun 12, 2007, at 9:31 AM, Miretsky, Anya wrote: I am trying to retrieve and send data to a remote web server using HTTP. [...] Can anyone point me in the right direction? There are a few ways to do it... For simple GET requests the easiest is to use file functions that support the HTTP

RE: [nyphp-talk] PHP equivalent of the XMLHTTP Library ?

2007-06-12 Thread Peter Sawczynec
Are you looking for things like NuSOAP, PEAR::SOAP or whatever SOAP extensions are in PHP5? Warmest regards, Peter Sawczynec Technology Dir. Sun-code.com Web related services 646.316.3678 [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL P

[nyphp-talk] PHP equivalent of the XMLHTTP Library ?

2007-06-12 Thread Miretsky, Anya
I am trying to retrieve and send data to a remote web server using HTTP, I know that there is a library that can be used in ASP code called XMLHTTP which does exactly what I need to do. Is there something like this in PHP? I've looked at the php online manual but have not come up with anything so