I recently created a PHP server on an Amazon EC2 Linux AMI instance and I am struggling to figure out how do to upload the PHP code to in order to be displayed on the browser from a .php file type setting.
The only option that was availiable to me to write PHP code and have it displayed was through creating a script directly from the Linux Terminal using the following commands
>SamplePage.php #this creates the php file
nano SamplePage.php #this opens the editor to start writing the code in the terminal.
However is there a visual interface that I could use to upload php code files/documents/pictures. So that I can click and drag the .php file on to the server without typing it on the terminal?
Does the phpMyAdmin do that? Or is is only for used managing MySQL (database) tasks and not for uploading PHP files/graphs/pictures needed to develop a fully integrated site?
By the way, here are the instructions I used to create the LAMP server with PHP as well as MySQL. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html