Re: [PHP] A few questions about PHP's SOAP module

2008-08-07 Thread Nathan Nobbe
On Thu, Aug 7, 2008 at 1:29 PM, Christoph Boget <[EMAIL PROTECTED]> wrote: > * I'm trying to better understand the 'classmap' option for the > SoapClient class. Is it used to define the class of an instantiated > object which will be passed as an argument to the server's function > call? So, as

Re: [PHP] A few questions...

2003-03-01 Thread Ernest E Vogelsinger
At 00:49 02.03.2003, The Head Sage said: [snip] >1. How can i set a script to run at a certain time? *nix: use cron (man crontab) Windows: use the "at" command (help at) >2. How do i open a HTML file, extract all the text and then break up the >text into v

Re: [PHP] A few questions...

2001-03-25 Thread Jaxon
:[EMAIL PROTECTED]] > Sent: Sunday, March 25, 2001 6:32 PM > To: [EMAIL PROTECTED]; PHP General List (E-mail) > Subject: Re: [PHP] A few questions... > > > Chris, > >> I think I just slightly unsure of how that explode() function works in > this >&g

RE: [PHP] A few questions...

2001-03-25 Thread Chris Cocuzzo
-Original Message- From: Jaxon [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 25, 2001 6:32 PM To: [EMAIL PROTECTED]; PHP General List (E-mail) Subject: Re: [PHP] A few questions... Chris, > I think I just slightly unsure of how that explode() function works in this > situation...could you

Re: [PHP] A few questions...

2001-03-25 Thread Jaxon
Chris, > I think I just slightly unsure of how that explode() function works in this > situation...could you clarify further? > >> >> $path_array = explode('/', $REQUEST_URI); >> >> $last_item = array_pop($path_array); >> $next_to_last_item = array_pop($path_array

RE: [PHP] A few questions...

2001-03-25 Thread Chris Cocuzzo
I think I just slightly unsure of how that explode() function works in this situation...could you clarify further? chris -Original Message- From: Jaxon [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 25, 2001 6:06 PM To: [EMAIL PROTECTED]; PHP General List (E-mail) Subject: Re: [PHP] A

Re: [PHP] A few questions...

2001-03-25 Thread Jaxon
Chris, a few answers :) On 3/25/01 5:43 PM, "Chris Cocuzzo" <[EMAIL PROTECTED]> wrote: > hey- > > Alright I noticed that question about URL parsing. I could've sworn I saw > some article on PHPBuilder.com that said that instead of doing all that > modifying with apache, you could simply write