Frequently Asked Questions
Download the file?
-
Download the file?
Posted on May 21, 2004
Written by
Sasha (view more by Sasha)
Filed under FAQ, NL-ConvertToPHP, Scripts
When I try to look at index.php?section, it prompts me to download the file instead of opening it. Is it just something that I will have to upload to make it work, or did I do something wrong?
Yes, you have to upload it to your server for it work. In fact, that goes for all .php pages — you can’t see them before uploading, because all PHP files must be parsed by the server before they can return HTML to the browser (unless of course, you have PHP installed on your computer, but that’s usually not the case).