[PHP] Re:Is there a PHP equivalent of DATE_FORMAT ?

2001-02-20 Thread Phil Daintree
See Date("format_string",timestamp); Phil Daintree Dux Industries Ltd - Ph: +64 (04) 567 8900 Fax: +64 (04) 567 8904 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] dates

2001-02-19 Thread Phil Daintree
ce/(24*60*60)); break; case "w": Return (int) ($Difference/(24*60*60*7)); break; case "m": Return (int) ($Difference/(24*60*60*30)); break; case "s": Return $Difference; break; case "y": Return (int) ($Difference/(24*60*60*365.25)); break

[PHP] Re:LOCK TABLES x COMMIT/ROLLBACK

2001-02-13 Thread Phil Daintree
x27;t care about rollback. I would dearly like to use the fast tables rather than compromise speed using DBD tables but as I see it we are stuck with them or Postgres until the atomic updates code is completed. Be interested to know if anyone has got atomic updates sorted. Phil Daintree --

[PHP] Strange Parser error

2001-01-31 Thread Phil Daintree
is falling over . Has any one hit this snag. I can post the script if this pricks anyones interest! TIA Phil Daintree -- 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 administrat