If we create website using html + php, what is default start-up page extension .html or .php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

If we create website using html + php, what is default start-up page extension .html or .php?

13th Aug 2017, 7:05 AM
Phly Sary
Phly Sary - avatar
5 Answers
+ 4
in order for the server to understand your PHP code, you need to have your page ending in the .php extension. This will let your php engine handle any php code inside your page. If you however decide to use .html, you will be disabling any php execution.
13th Aug 2017, 8:32 AM
Medhat Youssef
Medhat Youssef - avatar
+ 8
it is Php
13th Aug 2017, 11:48 PM
Victor Manuel Hernandez
Victor Manuel Hernandez - avatar
+ 2
It's .php and you have to install a server on your computer like xampp
13th Aug 2017, 8:16 AM
Αητοιπe
Αητοιπe - avatar
+ 1
thank you so much.
13th Aug 2017, 8:34 AM
Phly Sary
Phly Sary - avatar
+ 1
You are most welcome.
13th Aug 2017, 8:37 AM
Medhat Youssef
Medhat Youssef - avatar