Problem Description
I'm trying to execute some PHP code on a project (using Dreamweaver) but the code isn't being run.
When I check the source code, the PHP code appears as HTML tags (I can see it in the source code). Apache is running properly (I'm working with XAMPP), the PHP pages are being opened properly but the PHP code isn't being executed.
Does someone have a suggestion about what is happening?
**Note:** The file is already named as `filename.php`
**Edit:**
The Code..:
<?
include_once("/code/configs.php");
?>
![The print][1]
[1]: https://i.sstatic.net/FVVLX.png
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?