A
A
Alexander_Fomin2016-03-08 09:20:29
PHP
Alexander_Fomin, 2016-03-08 09:20:29

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

3 answer(s)
S
Silm, 2016-03-08
@Alexander_Fomin

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.

W
WebDiez, 2016-03-08
@webdiez

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

P
Pavel, 2016-03-08
@Palych_tw

php storm, komodo edit can connect and open a folder on ftp. I'm sure other IDEs do too.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question