+ 3

Can i write "php" codes in html too?

27th Nov 2017, 1:35 PM
Hasanjon Raimjonov
Hasanjon Raimjonov - avatar
6 Answers
+ 4
You can't write PHP code in HTML. You can write HTML code in PHP.
27th Nov 2017, 2:51 PM
CalviŐ˛
CalviŐ˛ - avatar
+ 3
Inserting your PHP codes in html would work just fine
27th Nov 2017, 1:59 PM
᠌᠌Code X
᠌᠌Code X - avatar
+ 2
If you're asking if you can embed your PHP code in your HTML files, yes. If you're asking if HTML can do the same things that PHP can do, no.
27th Nov 2017, 1:38 PM
AgentSmith
+ 1
then how can i save it?
27th Nov 2017, 1:53 PM
Hasanjon Raimjonov
Hasanjon Raimjonov - avatar
+ 1
<?php // your PHP code here ?> <html> <head></head> <body> this is my HTML body. <?php // more php code ?> </body> </html>
27th Nov 2017, 2:04 PM
AgentSmith
0
if save php code with .html extention, it wont run.
27th Nov 2017, 1:52 PM
Andika Romansyah