Toast forum convert to PHP forum

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TomT

    Toast forum convert to PHP forum

    As per subject...

    Does anyone know how to convert a Toast 1.6 forum (ASP) to a php based
    forum like phpbb2 ??

    The current forum has 280+ members, and 0000's of posts...

    Thanks
  • NurAzije

    #2
    Re: Toast forum convert to PHP forum

    It is a Database game, if you can manage to match the needed columns in
    the PHP forum with the ASP one, you can just use some Database
    technique to copy the Database from the first to the second..

    Check first if every column in PHPForum has his clone in ASPForum, if
    not you will need to write some scripts to fill out the NULL's

    Comment

    Working...