hi,
Resently i have made a website and forum in ASP but my old website and forum in PHP. now I am wondering if there was a way to move the thread data from the old php to the new ASP?
Resently i have made a website and forum in ASP but my old website and forum in PHP. now I am wondering if there was a way to move the thread data from the old php to the new ASP?
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.
forum information is not stored in “PHP” or “ASP.” they’re stored in databases.
if u r using the same forum software, it should be convertable quite easily. if it’s not, it’ll be complicated.

if you’re moving from one platform to another though– say vbulletin to some-crazy-asp-board-software, the database structure will be different.
Leave a Reply
You must be logged in to post a comment.