View Single Post
Old
  (#2 (permalink))
Mighty_Y
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
08-06-2003, 05:40 AM

The only thing I can advice you is this:
- Learn PHP
- Learn SQL
- Write a script wich takes out the joined dates from the database (using a while(list) or so ), and using this little code for transforming the dates to MKtime
Code:
$time = strtotime($time);
and then in the while loop you put the date back in.

It seems simple when I write it down but isn't that simple for doing it right (I know that because I wrote a similar script wich had to do the same thing too, but for other purposes)


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Reply With Quote