Importing a full php+mysql site

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • navaldesign
    replied
    Re: Importing a full php+mysql site

    A PHP / MySQL site consists of:

    1. The PHP + HTML scripts, which you can FTP on the server
    2. The Database itself.

    You can create the Database through your CPanel. Then, if you have taken a MySQL dump from theold database, you can import it in the new one, to create all necessary tables and populate it with the data.

    The scripts usually include a "config.php" file that holds the database details, which you will need to update.

    The procedure might be slightly different depending on the how these scripts have been designed by your programmer. It takes some knowledge doing this, so you might want to ask your programmer to do this.

    Leave a comment:


  • imnotanerd
    started a topic Importing a full php+mysql site

    Importing a full php+mysql site

    how can I import my php+mysql site to VH? My site is currently built in BV, but im planning on redoing the whole thing in PHP+MYSQL. How can i import all these files to VH? I think its through BlueFTP, but i just want some reassurance.
Working...