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'
);
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 (
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
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
> 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.
On Aug 6, 2012 7:33 AM, "shiplu" wrote:
> Solr with Nutch will do it.
Where *do* come up with those names :)
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
>
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
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!!
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
>
>
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
11 matches
Mail list logo