[PHP] Is there a function can decrypt md5 ??

2006-10-24 Thread Brad Chow
Dear all: Is there a function can decrypt md5 ?? I don't have any bad ideas. I just want to know whether md5 can be decrypted or not. Thank you! -- Brad

Re: [PHP] strtotime

2006-10-24 Thread Brad Chow
Dear Ron: I have a solution as follows: $date=(2006-10-26); $date=strtotime($date); $date=date('Y-m-1',$date); $now=strtotime(+3 month, strtotime($date)); $lastday=strtotime(-1 day, $now); echo date('Y-m-d',$lastday); //2006-12-31 It's a very easy way to do you want. I use strtotime to convert

Re: [PHP] FTP

2006-10-07 Thread Brad Chow
Hi Martins, Of course. You can alter it you want. I remember that file size limit devided into two type: 1) local access 2) remote access file size limit only limit remote access because I can upload file from local more than limit. Good luck!! Brad On 10/8/06, Raphael Martins [EMAIL

[PHP] test

2006-10-03 Thread Brad Chow
test