Iam trying to find the setting, where i can have PHP execute other file extensions into the PHP Engine?
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
exec()will execute an external program, if that’s what you mean. You can capture the output, but I’m not sure if that’s what you mean by “into the PHP engine.”http://php.net/manual/en/function.exec.php
Edit: If you mean running other file extensions as PHP, you can edit .htaccess to specify the file type. For example, to run .html as PHP: