Php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Php

The server does not execute the php code and does not print what is inside ecoo This is the cod

15th Jan 2018, 2:36 PM
shadin
shadin - avatar
10 Answers
+ 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)
16th Jan 2018, 7:22 AM
Amethyst Animion
Amethyst Animion - avatar
+ 3
you are testing the php code on your own PC or on Sololearn website/app
15th Jan 2018, 3:37 PM
Amethyst Animion
Amethyst Animion - avatar
+ 3
are you using your own server or others server (hosting on others website e.g. www.000webhostapp.com) ?
16th Jan 2018, 7:14 AM
Amethyst Animion
Amethyst Animion - avatar
+ 2
Share you code if you want to be able to be helped ^^
15th Jan 2018, 3:33 PM
visph
visph - avatar
+ 2
is it works now?
17th Jan 2018, 7:40 AM
Amethyst Animion
Amethyst Animion - avatar
0
<html> <body> <?php echo “hhhhhhh”; ?> </body> </html> And this is code i try on many servers😞😞
15th Jan 2018, 2:37 PM
shadin
shadin - avatar
0
I close it also not work
15th Jan 2018, 3:21 PM
shadin
shadin - avatar
0
On my own pc
15th Jan 2018, 6:53 PM
shadin
shadin - avatar
0
Thanks🤗🤗
17th Jan 2018, 7:04 AM
shadin
shadin - avatar