On my website (mindos4.com.exofire.net) all the .php files (when viewed with a remote computer) try to download instead of executing and showing the web page. I have tested this several different computers. Whats wrong?
Hello, is there a way that I can use the command use in php like I can in perl?
Example:
<?php
use file;
echo $file::$foo;
?>
Please reply, and if there isn't a way, please tell me so.