Re: [PHP] Credit Card processing: Chase PaymenTech

2008-12-14 Thread clive
phphelp -- kbk wrote: Anybody have modules, code, tips, land mines, or any other information for doing credit card processing with PaymenTech that you would be willing to share? Ken - I think your first step is to find another provider, support is everything, your code can be 110% correct,

Re: [PHP] php client

2008-12-14 Thread Bastien Koert
On Sun, Dec 14, 2008 at 6:51 PM, Nathan Rixham wrote: > idan72 wrote: > >> Hi, >> >> I am new to PHP. >> I want to write a web client in PHP that will data to a server written in >> Java. >> I want that the client will send an object to the server. >> >> What is the best way to do that? >> Where

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread German Geek
Conspiracy against M$? I thought they were conspiring against the world :-) Tim-Hinnerk Heuer http://www.ihostnz.com On Mon, Dec 15, 2008 at 2:22 PM, Yeti wrote: > It more and more seems like a conspiracy against M$ to me. A company > trying to make up its own standards every once in a while,

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread Ross McKay
On Sun, 14 Dec 2008 09:28:49 -0500, tedd.sperling wrote: >IE's popularity is dropping. I know it depends upon what site you >test, but I like this set of stats: > >http://www.w3schools.com/browsers/browsers_stats.asp > >You see here that IE6 and IE7 together hold less than 50 percent. >[...] I l

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread franzemmanuel
This is my opinion (and only mine... So it could be useless) : I installed it and try to use it... To slow and buggy (problems importing datas from Firefox)... Keep on using IE6 et 7, Firefox and Safari... But I am sure that as developpers we will have to use it more and more. Hope you are all

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread Yeti
It more and more seems like a conspiracy against M$ to me. A company trying to make up its own standards every once in a while, how can that be wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Good PHP book?

2008-12-14 Thread franzemmanuel
Ashley Sheridan a écrit : On Sun, 2008-12-14 at 16:33 -0600, jeffery harris wrote: Hi guys/gals. I'm a first time user. Does anyone know of a good php book? I tend to trust O'Reilly books a lot for all things programming, although I learnt largely with 'PHP, Apache, MySQL Web Development' f

Re: [PHP] php client

2008-12-14 Thread Nathan Rixham
idan72 wrote: Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. What is the best way to do that? Where can I find an example for doing that ? Thanks Run you're java app as a soap 1.

Re: [PHP] Credit Card processing: Chase PaymenTech

2008-12-14 Thread Miles Thompson
On Sun, Dec 14, 2008 at 6:04 PM, Chris wrote: > phphelp -- kbk wrote: > >> Hello - - --- -- - -- >> >> I need to develop Credit Card processing for my current application. We >> have our own shopping cart. We have been trying in vain to get technical >> information from PaymenTech for *months* -

RE: [PHP] php client

2008-12-14 Thread Wolf
idan72 wrote: > Hi, > > I am new to PHP. > I want to write a web client in PHP that will data to a server written in > Java. > I want that the client will send an object to the server. > > What is the best way to do that? > Where can I find an example for doing that ? > JAVA is on the client si

Re: [PHP] Good PHP book?

2008-12-14 Thread Ólafur Waage
Hey, php.net is the best "book", but if you want a good book that goes over all the elements of php then pickup the Zend PHP 5 Certification Study Guide: http://www.amazon.com/architects-Zend-Certification-Study-Guide/dp/0973862149/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1229296547&sr=8-1 Olafur Waa

Re: [PHP] Good PHP book?

2008-12-14 Thread German Geek
The best book is php.net, if you already know a programming language ;-). Otherwise Ashley is probably right. I haven't read any books on php, got all the info off the web, but it's still my main language atm. Tim-Hinnerk Heuer http://www.ihostnz.com On Mon, Dec 15, 2008 at 11:48 AM, Ashley She

Re: [PHP] Good PHP book?

2008-12-14 Thread Tim | iHostNZ
The best book is php.net, if you already know a programming language ;-). Otherwise Ashley is probably right. I haven't read any books on php, got all the info off the web, but it's still my main language atm. Tim-Hinnerk Heuer http://www.ihostnz.com On Mon, Dec 15, 2008 at 11:33 AM, jeffery ha

Re: [PHP] Good PHP book?

2008-12-14 Thread Ashley Sheridan
On Sun, 2008-12-14 at 16:33 -0600, jeffery harris wrote: > Hi guys/gals. I'm a first time user. Does anyone know of a good php book? > > > I tend to trust O'Reilly books a lot for all things programming, although I learnt largely with 'PHP, Apache, MySQL Web Development' from WROX. Ash www.as

[PHP] Good PHP book?

2008-12-14 Thread jeffery harris
Hi guys/gals. I'm a first time user. Does anyone know of a good php book? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php client

2008-12-14 Thread German Geek
On Mon, Dec 15, 2008 at 11:07 AM, Stephen wrote: > idan72 wrote: > >> Hi, >> >> I am new to PHP. >> I want to write a web client in PHP that will data to a server written in >> Java. >> I want that the client will send an object to the server. > > Don't know if that would be easy in PHP. I presum

Re: [PHP] php client

2008-12-14 Thread Stephen
idan72 wrote: Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. What is the best way to do that? Where can I find an example for doing that ? JAVA is on the client side. That is, it

Re: [PHP] Credit Card processing: Chase PaymenTech

2008-12-14 Thread Chris
phphelp -- kbk wrote: Hello - - --- -- - -- I need to develop Credit Card processing for my current application. We have our own shopping cart. We have been trying in vain to get technical information from PaymenTech for *months* -- but it seems that Chase sold part of it, or split it off in

[PHP] php client

2008-12-14 Thread idan72
Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. What is the best way to do that? Where can I find an example for doing that ? Thanks -- View this message in context: http://www.nab

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread Nisse Engström
On Sat, 13 Dec 2008 15:08:44 -0800, Yeti wrote: > I have to defend poor little IE a little now. It supports XHTML and > CSS2 pretty well so far. And those standards came out a couple of > months ago. ??? CSS2 dates back to 1997-98 and XHTML to 1998-2000. And some claim that XHTML is still not s

[PHP] Re: [PHP-INSTALL] PHP on Windows without Apache

2008-12-14 Thread Daniel Brown
On Sun, Dec 14, 2008 at 13:19, Jeffery Harris wrote: > Thanks Daniel. Any recommendations on a good php learning book. My pleasure, Jeff. I've honestly never read any of the PHP books out there, so I wouldn't be able to give you a definite recommendation on that. What I *will* highly re

[PHP] Re: apache and PHP / Eclipse

2008-12-14 Thread Nathan Rixham
Eduardo Vizcarra wrote: I am having a hard time trying to get some pages work. I have PHP 5.2.8, Apache 2.2 and MySQL 5.1 running in a Windows Vista home edition. All packages were installed, and configured, the strange thing is that pages commonly work but when I add a new line (e.g. an echo l

[PHP] Re: apache and PHP / Eclipse

2008-12-14 Thread Nathan Rixham
Eduardo Vizcarra wrote: I am having a hard time trying to get some pages work. I have PHP 5.2.8, Apache 2.2 and MySQL 5.1 running in a Windows Vista home edition. All packages were installed, and configured, the strange thing is that pages commonly work but when I add a new line (e.g. an echo l

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread Richard Heyes
> ... I tend to use this: http://www.upsdell.com/BrowserNews/stat.htm Source 5, because that is most similar to thecounter.com was before it went haywire. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing Li

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread tedd
At 3:08 PM -0800 12/13/08, Yeti wrote: I have to defend poor little IE a little now. It supports XHTML and CSS2 pretty well so far. And those standards came out a couple of months ago. Even a blind pig finds an acorn every once in a while. Cheers, tedd -- --- http://sperling.com http://

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread tedd
At 8:28 PM + 12/13/08, Richard Heyes wrote: > I did catch that. But you mentioned that it shouldn't be used on the internet because of that limitation, and my argument is that one browser that is _known_ problematic should not be cause to eliminate a feature for everyone else. That's a