Re: [PHP] timezone problem

2002-05-21 Thread Baba Buehler
Miguel Cruz wrote: > > In short, I believe it's an OS rather than a PHP thing. > time zones can be a messy and tricky beast. all the PHP functions rely on the underlying OS implementation of time zone information. sometimes this is controlled by the TZ environment variable, sometimes it is

Re: [PHP] PHP,CyberCash,Verisign,PayFlow

2002-05-17 Thread Baba Buehler
Analysis & Solutions wrote: > On Fri, May 17, 2002 at 10:27:50AM -0400, Analysis & Solutions wrote: > >>> Does this mean that if i want to start accepting credit cards on my >>> site i wont have to pay for a credit card merchant account? >> >> You betcha. > > Oh, Dear! I didn't see the "w

[PHP] Re: Date Function in Php

2002-05-16 Thread Baba Buehler
Vinod Palan wrote: > hi , > Do any one have date functions like that we have in asp 1) Dateadd() > 2) Datediff() > etc? There are some classes in PEAR that may do what you want, take a look at Date & Date::Calc. baba -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht