echo php snippet not working when putting and working on my computer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

echo php snippet not working when putting and working on my computer

I have installed warp51 but when I load <html> <?php echo "4"; ?> nothing loads in webpage like 4 why?

12th Aug 2016, 8:30 PM
Kahuma Solomon
Kahuma Solomon - avatar
3 Answers
+ 1
I think you have written the code the wrong way that is why it has refused to display
12th Aug 2016, 11:03 PM
Abraham Alfred
Abraham Alfred - avatar
+ 1
<html> <head> <title> test </title> </head> <body> <?php echo "4"; ?> </body> </html>
13th Aug 2016, 4:20 AM
Ariel Meneses
Ariel Meneses - avatar
0
thanks guys let me try again
13th Aug 2016, 5:15 AM
Kahuma Solomon
Kahuma Solomon - avatar