+ 1

Link multiple php files to html

ok i have no experience in web development.. so i have a friend who wants help .. so he has a css folder,an xml folder and a bunch of php files so my question is how to combine all this in html and execute ?

4th Feb 2018, 3:01 PM
Suhail Pappu
Suhail Pappu - avatar
4 Answers
0
i don't have any html file do u want me to create one and then change the extension? can you provide an example?
4th Feb 2018, 6:30 PM
Suhail Pappu
Suhail Pappu - avatar
0
then how could i open the html file in browser mode to see the website?
6th Feb 2018, 1:53 PM
Suhail Pappu
Suhail Pappu - avatar
- 1
It depends on the content of the php files. Change the html file to php and combine all php files using require() or include() functions;
4th Feb 2018, 3:36 PM
Toni Isotalo
Toni Isotalo - avatar
- 1
Well if you want to combine php files in html, html must be in php file
4th Feb 2018, 7:16 PM
Toni Isotalo
Toni Isotalo - avatar