I’m searching for a tool, which i can upload to my server and then edit/create new php files so that i can create a new php project with any computer that have a internet browser
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Login via SSH and use Vim.
That’s more secure and you have a proper editor – a
<textarea>is not a proper editor for PHP code.