PHP to ASP

Discussion in 'PHP' started by ENDER3000, Nov 26, 2006.

  1. #1
    Hey guys, we've (friends and I ) have had this forum/site, PHP, for quite some time, so we have A LOT of threads on it, and recently, we've got a new forum/site, which is ASP. I was wondering if there was a way to move the thread data from the old php to the new ASP?

    Thx in advanced!:D :D

    btw, the sites are

    http://hof.spikedlogic.com/forum - old
    http://hofgaminglclan.com/forum - new

    one of our programmers says it should be, but he doesnt know how.
     
    ENDER3000, Nov 26, 2006 IP
  2. disgust

    disgust Guest

    Messages:
    2,417
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    0
    #2
    your programmer doesn't seem to know a whole lot :)

    forum information is not stored in "PHP" or "ASP." they're stored in databases.

    if it's the same forum software, it should be convertable quite easily. if it's not, it'll be complicated, and I'd suggest hiring someone from scriptlance etc.
     
    disgust, Nov 26, 2006 IP
    Smyrl likes this.
  3. crazyden

    crazyden Guest

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    :) Cute. If your information was stored in something like MySQL or other SQL engines, there will be no prolems transfering it... It is better to say - no need for transferring, cause data storage is apart, like disgust said
     
    crazyden, Nov 26, 2006 IP
  4. disgust

    disgust Guest

    Messages:
    2,417
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if you're moving from one platform to another though-- say vbulletin to some-crazy-asp-board-software, the database structure will be different.
     
    disgust, Nov 26, 2006 IP
  5. ENDER3000

    ENDER3000 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you both! Much apppreciated!!
     
    ENDER3000, Nov 26, 2006 IP
  6. ENDER3000

    ENDER3000 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    if we wanted to convert them, to ASP, is there a program we could use? To make it easier? Or does it have to be done by hand?!?:eek:
     
    ENDER3000, Nov 26, 2006 IP
  7. disgust

    disgust Guest

    Messages:
    2,417
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    0
    #7
    as we said, databases are not in php or asp.

    if you meant convert the DB for one forum package to another, there should be a tool out there made by whoever makes the forum package. vbulletin has conversion kits for phpbb, for instance.
     
    disgust, Nov 26, 2006 IP