+ 2

So HTML and PHP can be combined?

Can you use php into an HTML document and HTML into a PHP one?

7th Mar 2018, 8:58 PM
xaralampis_
xaralampis_ - avatar
6 Answers
+ 13
You can use html in php but not the opposite... To use php (and html) the file extension should be .php, if you use .html the php inside it will be translated as raw text. The .php files are automatically translated and converted to html by the server before serving. the .php extension is actually a php translation instruction/request.
7th Mar 2018, 9:01 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 10
Since you are Greek... Μπορείς επίσης να βρείς δωρεάν hosting services απο το Ίντερνετ οι οποιες προσφέρουν βασική PHP (και html φυσικά) αλλα έχουν περιορισμούς... (000webhost, heroku...)
8th Mar 2018, 2:00 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
How can I make server?
7th Mar 2018, 9:09 PM
xaralampis_
xaralampis_ - avatar
+ 2
Ευχαριστω🙏
8th Mar 2018, 5:50 PM
xaralampis_
xaralampis_ - avatar
+ 2
ω θεοι 0.0
8th Mar 2018, 9:16 PM
limb
limb - avatar
+ 1
Thank you very much
7th Mar 2018, 9:16 PM
xaralampis_
xaralampis_ - avatar