I am C++ develoer and new with web. I bought web space and DNS, when I try to upload HTML changes they are getting reflected on my website, but when I right any PHP script and upload file no changes are getting updated. I am using FileZilla for FTP. Do I need to follow some directory strucutre?
If the server has PHP support than you should be able to place .php files anywhere you can place .html files and it will parse them.
<?php
and ?>