[PHP] How to catch an exception using SoapClient.

2012-08-06 Thread James Newman
I was wondering how I'd catch an exception using SoapClient. $data = array( 'Particular'=>'Payment for stuff', 'Email' =>'e mail address', 'CardNumber'=>', 'CardType' =>'MC', 'CardExpiry'=>'0423', 'CardHolderName'=>'James Newman', 'CardCSC' =>'111', 'StoreCard' =>'true' );

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread Daniel Brown
On Mon, Aug 6, 2012 at 1:42 PM, shiplu wrote: > > Thanks Daniel for clearing. I am pretty bad in English. :( Don't sell yourself short. Your English seems fine to me --- better than many native-speakers. -- Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread shiplu
On Mon, Aug 6, 2012 at 11:22 PM, Daniel Brown wrote: > On Mon, Aug 6, 2012 at 1:15 PM, shiplu wrote: > >> Where *do* come up with those names :) > >> > > > > Sorry I couldn't understand the meaning of your sentence. May be this is > > due to cultural difference. > > > > Anyway, Solr is a search

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread Daniel Brown
On Mon, Aug 6, 2012 at 1:15 PM, shiplu wrote: >> Where *do* come up with those names :) >> > > Sorry I couldn't understand the meaning of your sentence. May be this is > due to cultural difference. > > Anyway, Solr is a search engine. Nutch is a crawler. Both can be > integrated. Then one can sen

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread shiplu
> Where *do* come up with those names :) > Sorry I couldn't understand the meaning of your sentence. May be this is due to cultural difference. Anyway, Solr is a search engine. Nutch is a crawler. Both can be integrated. Then one can send query to solr server from php using api. See http://wiki.

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread tamouse mailing lists
On Aug 6, 2012 7:33 AM, "shiplu" wrote: > Solr with Nutch will do it. Where *do* come up with those names :)

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread shiplu
On Mon, Aug 6, 2012 at 8:24 PM, Ansry User 01 wrote: > We are trying to code a very simple and customized search engine for > internal purposes. Please suggest if the PHP is the way to go or suggest > the alternatives?? > > It would be great if you can lead us to the links which would give us a >

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread Gibbs
On 06/08/12 15:24, Ansry User 01 wrote: We are trying to code a very simple and customized search engine for internal purposes. Please suggest if the PHP is the way to go or suggest the alternatives?? It would be great if you can lead us to the links which would give us a start!! Thanks Th

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread Vikash Kumar
On 6 August 2012 19:54, Ansry User 01 wrote: > We are trying to code a very simple and customized search engine for > internal purposes. Please suggest if the PHP is the way to go or suggest > the alternatives?? > > It would be great if you can lead us to the links which would give us a > start!!

[PHP] Re: [PECL-DEV] php-rsync installation howto

2012-08-06 Thread Anatoliy Belsky
Hi, download and unpack the tarball, then use the instructions from here http://de2.php.net/manual/en/install.pecl.phpize.php Regards Anatoliy Am Mo, 6.08.2012, 11:51 schrieb Mihamina Rakotomandimby: > Hi all, > > I would be intrested in installing this: > http://pecl.php.net/package/rsync > >

[PHP] php-rsync installation howto

2012-08-06 Thread Mihamina Rakotomandimby
Hi all, I would be intrested in installing this: http://pecl.php.net/package/rsync I got used with PECL packages with at least 2 ways of installation - with "pear install" or "pecl install" - without those tools (with some "configure; phpize; make install") I have a preference for the latter (f