Answer the question
In order to leave comments, you need to log in
How to edit PHP code in editor from shared hosting?
I rented a virtual server and wrote some PHP scripts for the server. Since PHP is not familiar with, there are often small errors that are very difficult to track down. Hosting provides a regular editor for editing code. Is there any way to edit the code on the computer and immediately send it to the server? For example, in PhpStorm
Answer the question
In order to leave comments, you need to log in
PhpStorm has Deployment (tools ->Deployment ), you can configure the server to which changes will be uploaded. It is also convenient to upload changes using git.
Do you have FTP access?
You can set up ftpzilla + Sublime Text 3 for coding and fast loading.
I personally always write on the local computer, and then upload the changes to the server via ftp, open-server.ru helps with this
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question