where do i specific upload my php scripts to cpanel? where i must upload my php files. where do i put my sql files. where do i upload the folders for the database of my files. where do i ?
my website now can be view but the functionality of my website isn't working. how do i suppose to manage this things i'm just a new developer and this is my first project. i just know codings but i only obey the directions you giving how to upload files. so i'm just asking the question what is the specific to upload my php and sql files. it only says i must upload the files that will be view in my browser. so i put all my php files in the public html
Solved! Go to Solution.
Hi @netwire2017,
You must upload your files in the public_html/ directory. You can either use the file manager or use any ftp client you want.
You import your sql files in phpMyAdmin. I guess you can also use the 'mysql' command from the SSH shell.
Hope it helps!