Re: [PHP] calling static class functions using a function variable

2001-01-18 Thread John Donagher
ght: Don't miss the Zend Web Store's| There's not enough room here... Grand Opening on January 23, 2001! | Start here: http://www.zend.com| http://l-i-e.com/artists.htm -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the

Re: [PHP] file_exists search the include_path?

2001-01-25 Thread John Donagher
, instead of: if (file_exists("/www/inc/my_script.php")) {...} I'd like to say: if (file_exists("my_script.php", TRUE)) {...} // or something like this assuming "/www/inc" is part of my include_path. Thanks. Dean. -- John Donagher Application Engineer Intac

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 13:05:41 2001 EDT Modified files: /php4 configure.in Log: PR: Submitted by: Reviewed by: Obtained from: Add configure warning message when compiling --with-pfpro Index: php4/configure.in diff -u

Re: [PHP] PHP 4.0.3 on Debian?

2001-01-27 Thread John Donagher
On Sat, 27 Jan 2001, Brian Clark wrote: On some Debian systems you have to edit the apxs script if you didn't install Apache via the Debian package system. FYI, not the case as of the current woody. Apache 1.3.14 configured with: ./configure --enable-module=so built a proper apxs which PHP

[PHP-CVS] cvs: php4 / configure.in

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 16:16:55 2001 EDT Modified files: /php4 configure.in Log: PR: Remove --with-pfpro warning. Verisign has released a beta SDK which corrects the problem. Index: php4/configure.in diff -u php4/configure.in:1.215

[PHP-CVS] cvs: php4 /ext/pfpro pfpro.c

2001-01-27 Thread John Donagher
jdonagher Sat Jan 27 16:45:28 2001 EDT Modified files: /php4/ext/pfpro pfpro.c Log: PR: Clean up and add folding Index: php4/ext/pfpro/pfpro.c diff -u php4/ext/pfpro/pfpro.c:1.7 php4/ext/pfpro/pfpro.c:1.8 --- php4/ext/pfpro/pfpro.c:1.7 Fri

Re: [PHP] Recommended Job Posting sites? Need to hire someone w/PHP exp.

2001-02-01 Thread John Donagher
. Some people come in to a PHP project with the misconception that "PHP sucks" and that their own future marketability as programmers is somehow being tarnished by virtue of the fact that they have to learn and use it. Write them off. John -- John Donagher Application Engineer In

Re: [PHP] Installing Verisign PFPro Support

2001-02-04 Thread John Donagher
what's goin' on. Any insight into the problem would be greatly appreciated! Thanks! -brady -- Brady J. Horenstein [EMAIL PROTECTED] -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032

Re: [PHP] payment

2001-03-12 Thread John Donagher
with these guys? no. it's good stuff. Verisign is not going out of business anytime soon. and it's flat rate. you can't beat it. -aaron -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com

Re: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
SDK that I downloaded. What's the deal? Anyone know how to fix this problem? Yes, I've RTM and STN already. Thanks Dan -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key ava

RE: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
. Functionally, it seems to work, its just that it can't find that file. -Original Message- From: Robert Covell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:26 PM To: John Donagher; Dan Harrington Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro I believe

Re: Lists are back up

2001-06-18 Thread John Donagher
is in the works. -Rasmus -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56

Re: [PHP] Payflo Pro and credit cards

2001-06-20 Thread John Donagher
-- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD

Re: [PHP] Credit card number checker?

2001-07-16 Thread John Donagher
to worry about this means less maintenance on your code later and removes some entropy from your system. John -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http

Re: [PHP] Credit card number checker?

2001-07-16 Thread John Donagher
On Mon, 16 Jul 2001, Christopher Ostmo wrote: John Donagher pressed the little lettered thingies in this order... My suggestion is to run an authorization for an extremely small amount of money ($1.00 is fairly standard) and that will tell you if the account is valid or not. Doing

Re: [PHP] Credit card number checker?

2001-07-16 Thread John Donagher
On 17 Jul 2001, Steve Sobol wrote: From 'John Donagher': accounts, and too many bogus cards would not look good. My suggestion is to run an authorization for an extremely small amount of money ($1.00 is fairly standard) and that will tell you if the account is valid or not. Bad

Re: [PHP] what is ::?

2001-02-07 Thread John Donagher
/php directory, such as DB.php. It looks like doing the same thing as - notation. Can someone help to explain this a little bit or provide links to the explaination? Thanks a lot! Chien-pin -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989

Re: [PHP] parent constructor

2001-02-07 Thread John Donagher
class into the code of the class besides in the "extends" part in the definition. that way if I change the hierarchy, I don't have to worry about changing the constructor, it just always points to the parent. sorry if that isn't clear. -aaron -- John Donagher Application Eng

Re: [PHP] returning multiple variables from a function?

2001-02-12 Thread John Donagher
sible? I've tried return $var1,$var2; But got an error. As always, tia :) James. -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.n

Re: [PHP] parent functions and derived classes - the data problem

2001-02-26 Thread John Donagher
.) Thanks for any help Regards, Tyson Lloyd Thwaites ITe Limited e-Commerce Division Adelaide (08) 8346 3888 -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key

Re: [PHP] Compiling Scripts

2001-02-28 Thread John Donagher
General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408

Re: [PHP] PHP + IRC

2001-04-04 Thread John Donagher
Hello PHP, Is there any ways to use php with irc? -- Best regards, -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.net

Re: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
information from PHP's manuals on how to choose where the cert is located. Should it be in some PHP includable directory, for example? Regards, Henning -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos

RE: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
, Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- John Donagher Application Engineer Intacct Corp. - Powerful

Re: [PHP] exclusive execution

2001-04-27 Thread John Donagher
to catch this re-execute and halt the script instead N -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE