Re: [nyphp-talk] SOAP/PHP: Soapclient usage with asmx and wsdl?

2013-06-11 Thread Donald Organ
Thats probably becaus ethats not the URL to the WSDL, can you go to that url in a browser, generally you can and then there is a link that will bring you to the WSDL. On Tue, Jun 11, 2013 at 12:02 PM, David Roth wrote: > There is a server which supports SOAP, that ends in .asmx such as > http://

Re: [nyphp-talk] Creating Barcodes..

2013-03-19 Thread Donald Organ
take a look at the command line utility called ps2raster you can specify the output format. On Tue, Mar 19, 2013 at 2:58 PM, Nicholas Hart wrote: > I need to generate a barcode in php and link it to an html document for > printing and then scanning. Has anyone done this? I have been attemptin

Re: [nyphp-talk] Performance testing on Windows Server 2008 & MySQLi performance hit

2012-07-03 Thread Donald Organ
1) http://httpd.apache.org/docs/2.0/programs/ab.html This handy tool will let you run some loads tests 2) We're the standard mysql connections using persistent connections, also have you though about using mysqlnd? On Tue, Jul 3, 2012 at 3:14 PM, Woh Roh wrote: > Hi All, > I have two questi

Re: [nyphp-talk] Getting the number of dimensions of an array

2012-05-18 Thread Donald Organ
http://us.php.net/count $size = count($array, 1); On Fri, May 18, 2012 at 4:54 PM, Anthony Ferrara wrote: > Another trick would be to not use function recursion, but a recursive > iterator: > > http://codepad.viper-7.com/9PeM9c > > function maxDepth(array $a) { >$it2 = new RecursiveItera

Re: [nyphp-talk] What Distro?

2012-05-18 Thread Donald Organ
Ubuntu On Fri, May 18, 2012 at 3:32 PM, Federico Ulfo wrote: > Dudes, I've an Amazon AWS account and I just got a Rackspace account, now > I need to configure a Linux server for a LAMP stack. In AWS I've installed > Debian, but somebody suggested me Gentoo because of the smaller footprint, > what

Re: [nyphp-talk]

2011-11-07 Thread Donald Organ
Your missing quotes around your values and what are you using a closing input tag? On Sunday, November 6, 2011, tu...@netzero.net wrote: > Hi, Guys! > I just realized that after sent my post, I made a mistake in my code. I just woke up and rushed to the computer and start typing half-asleep and r

Re: [nyphp-talk] PHP Conferences

2008-03-08 Thread Donald Organ
Awsome I cant wait Hans Zaunere wrote: Is there anything in the works for another NYPHP Con?? We're thinking about a conference before Memorial Day, but depending on scheduling I'm not sure that can happen. If it doesn't happen, then certainly we'll be doing another NYP

[nyphp-talk] PHP Conferences

2008-03-08 Thread Donald Organ
Are there any PHP or open source conferences coming to NY anytime soon?? I know about AjaxWold but because of a current project I dont see that one happening. Are there any others coming up?? Is there anything in the works for another NYPHP Con?? ___

Re: [nyphp-talk] PHP5 hosting?

2007-10-31 Thread Donald Organ
> PHPWebhosting (unmetered) > http://www.phpwebhosting.com/host_details.html > I wouldnt trust a hosting company who's SSL Cert expired in January of 07 and they havent renewed it. ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mail

[nyphp-talk] Change Email address

2007-10-25 Thread Donald Organ
Can my emailo address for this list please be changed to [EMAIL PROTECTED], as the web interface is not allowing me to do so. ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online htt

Re: [nyphp-talk] Webservice Issue (was Webserivce Issue with .NET ) no longer just .NET

2007-09-27 Thread Donald Organ
Ok well i belive its not longer just a .NET issue it seems the service it self isnt returning a value for that property at all and i know its being set because if i dump the object to the screen via php it appears fine. On Thu, 2007-09-27 at 16:11 -0400, David Krings wrote: > Donald Organ wr

Re: [nyphp-talk] Webservice Issue with .NET

2007-09-27 Thread Donald Organ
Wow no one has had any problems like this?? On Thu, 2007-09-27 at 09:44 -0400, Donald Organ wrote: > I am wondering if anyone else has had this issue before. > > I have a webservice made using Services_Webservice(PEAR Package). In > one method of my service I am returning a complex

[nyphp-talk] Webservice Issue with .NET

2007-09-27 Thread Donald Organ
I am wondering if anyone else has had this issue before. I have a webservice made using Services_Webservice(PEAR Package). In one method of my service I am returning a complex type, which is able to be read just fine, but I had to add more properties to the object, and now one of the properties i

[nyphp-talk] UPS Shipping Calculator

2007-08-17 Thread Donald Organ
Any ever mad a UPS Shipping calculator using the API that UPS offers?? ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New Y

Re: [nyphp-talk] Having problems with PHP or maybe something bigger...

2007-07-24 Thread Donald Organ
try turning echo "\n"; into echo "\n"; On Tue, 2007-07-24 at 11:08 -0400, Anthony Wlodarski wrote: > Hello all, > > I am currently contracted by my boss to create a candide/company tracking > system in PHP/MySQL and have hit a little snag. > > Here is the code: > > function dis