Mysql dump file

by 1 replies
2
I have a database list of hotels that is in mysql 5 format, I am just wondering how do I convert it to a website with each hotel having its own page? thanks
#programming #dump #file #mysql
  • my suggestion is to try and export that mysql dump into an XML file.

    After that, it's easy to sort out each hotels attributes and create pages for each of them

Next Topics on Trending Feed

  • 2

    I have a database list of hotels that is in mysql 5 format, I am just wondering how do I convert it to a website with each hotel having its own page? thanks