I have a big concern which is: I have developed a web application which already works on another server for more than several months. but when I migrate my application to an LWS server the php code does not get ready.
for example if my code is <? php echo 'Hello';
even on the web the same code instead of: Hello
Asked
Active
Viewed 10 times
0
-
Try using ` – M. Eriksson Apr 22 '21 at 20:38
-
1. Sounds like the web server in the new environment isn't configured to run PHP. Do you have admin access? 2. This isn't really a programming question; Server Fault or Super User may be a better place to ask this – Don R Apr 22 '21 at 20:40