I am currently facing two problems. First, however, I'd like to admit that I've never worked with a real website before. I've done a lot of web design, but never actually put it on the internet.
Okay, so my first problem is probably rather noobish. I have an index.html that's mostly blank, which is fine. I want to add another page to my website, however, that's a php page. When I drag the php file to my root directory in filezilla, (it's called knucklebones.php) and then go to http://fluttershy.99k.org/knucklebones.php, it comes up blank. When I copy the url to clipboard for the file directly from filezilla, it posts this url: ftp://fluttershy.99k.org/Knucklebones.php
So I was wondering why its ftp:// instead of http://
Also it seems that a username and password (I think the website's ftp one, that's what I used) are required to access this url.
My second problem is that on the ftp://fluttershy.99k.org/Knucklebones.php page, the php isn't working. It shows up like a php file would on localhost if easy php wasn't running, with all the html active but the php (echo, if, else, etc.) not working. So how do I make the php work?
Thanks in advance,
Ghost