[PHP] Problems with date and mktime on a linux to windows 2000 app porting

2002-02-12 Thread peke
Have anyone has the same problems making the port of a php app to windows 2000 from linux I'm going crazy with that stuff Thanks in advance

[PHP] Problems with date and mktime

2002-02-12 Thread peke
I've ported an app from linux to windows 2000 and now i'm having problems with functions date and mktime...does anybody knows the reason?. It says unexpected error and I don´t know what it can be Thanks in advance

[PHP] mktime and date problems on porting

2002-02-12 Thread peke
windows 2000 php and apache says unexpected error on lines like netx one if ($iDiaIni==date("t",mktime(12,0,0,$iMes,$iDia,$iAnio)))

[PHP] Keep on with date and mktime problems...

2002-02-12 Thread peke
First of all sorry Bogdan...i didn't mean to answer to you... It's a code from a GPL app but i think that´s the part"unexpected problem with date function error" if ($iDiaIni==date("t",mktime(12,0,0,$iMes,$iDia,$iAnio))) { //Hemos llegado al último día del mes $iDiaIni=1; if

[PHP] date and mktime problems on porting to w2k

2002-02-12 Thread peke
Unexpected date error on line 284.   As I say...it works correctly ( the full app) in Linux -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php