Testing Site with PHP on Hosting
So, you already have a domain and virtual hosting with PHP, as well as FTP access to your site.
Let's start by creating a test script with some simple PHP code to check how PHP works on the hosting. For example, you can make this one:
<?php
echo 'test';
?>
Connect to your site via FTP, upload the test PHP script, and check its operation by accessing the site through a browser.