How do I install my website that includes PHP?

Willy

New member
The web host is free but includes a mySQL server. Most the files I have are PHP. I was told in another tutorial to place all the files in the root/public_html directory. Is this right? How do I know which files to place in the mySQL server, and how do I?

(so confused)
 
MYsql is the open source database software - that was installed on the server. You should download WinSCP and transfer your files to the appropriate directory. You will need to find out your serverhost, username, password and file protocol (probably SSH).

I am guessing you haven't set up a database, in which case don't worry about MYSQL. But if you are setting up a database, find out how to create a php file to connect to the database and go to php.net or some php tutorial like tizag.com to find out how to use it.
 
Back
Top