+ 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 ?
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?
0
then how could i open the html file in browser mode to see the website?
- 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;
- 1
Well if you want to combine php files in html, html must be in php file