Quote:
Originally posted by Flare945
ok, what i am trying to say is can I just dump my sql database into a file, upload it to the new sql server, and just move the php files, or do i need to do something else?
|
Just make sure your new server can handle .php extensions. Assuming they are unhacked, you could just download the version with php3 extensions. Other than that, you should just be able to import your MySQL data, and then move the PHP files to your new server.
-jim