0
Php
The server does not execute the php code and does not print what is inside ecoo This is the cod
10 odpowiedzi
+ 4
if you are using your own server:
try to check the url on your browser and tell what is written in there.
is it written like this:
file:///C:/your_server_folder/server_document/your_file.php
or like this:
localhost/your_file.php
if you are using others server (hosting on others website):
try checking the server if it support php or not (most of modern server is supporting php)
+ 3
you are testing the php code on your own PC or on Sololearn website/app
+ 3
are you using your own server or others server (hosting on others website e.g. www.000webhostapp.com) ?
+ 2
Share you code if you want to be able to be helped ^^
+ 2
is it works now?
0
<html>
<body>
<?php
echo “hhhhhhh”;
?>
</body>
</html>
And this is code i try on many servers😞😞
0
I close it also not work
0
On my own pc
0
Thanks🤗🤗