PHP code is not being executed, but the code shows in the browser source code
I’m trying to execute some PHP code on a project (using Dreamweaver) but the code isn’t being run.
PHP code is not being executed, but the code shows in the browser source code
I’m trying to execute some PHP code on a project (using Dreamweaver) but the code isn’t being run.
PHP code is not being executed, but the code shows in the browser source code
I’m trying to execute some PHP code on a project (using Dreamweaver) but the code isn’t being run.
Changes to my PHP file aren’t reflected when I refresh Apache server
I’m trying to change my PHP file so that it outputs “hello word” instead of “hello world”. Upon making this change, saving it, and then reloading the server, there is no change in output.
Changes to my PHP file aren’t reflected when I reload Apache server
I’m trying to change my PHP file so that it outputs “hello word” instead of “hello world”. Upon making this change, saving it, and then reloading the server, there is no change in output.
PHP code is not being executed, but the code shows in the browser source code
I’m trying to execute some PHP code on a project (using Dreamweaver) but the code isn’t being run.
PHP code is not being executed, but the code shows in the browser source code
I’m trying to execute some PHP code on a project (using Dreamweaver) but the code isn’t being run.
Server won’t update php edits? How to fix?
When I load my php file on http://localhost/ my edits don’t appear.
Can I use two different php versions to generate a web page?
I use the CMS dokuwiki to display contents, some of these contents being created by php scripts written in php 5.4. At the moment, I’m using an old version of dokuwiki also running with php 5.4. But to use some new functionalities and security fixes of dokuwiki, I must update it to a newer version running with php 7 or 8. It is possible to have dokuwiki with php 7 or 8 displaying pages created with php 5.4. Rewriting these 5.4 scripts is not an option.
The web server is apache with cgi. It already accommodates several php versions but for different urls.
extension_dir configuration cause apache server not start (localhost)
When I uncomment extension_dir setting in php.ini, if I use the following settings, then Apache server won’t start: