Spidey* Posted December 18, 2010 Posted December 18, 2010 Hello everyone I have a question about how to add something in my website. Well, my website contains a lot of html files(ex: index.html / contact.html / features.html and other like this) and if I want to change something in the style I have to edit one by one the files. What I mean? For example I have about 50 html files and I want to change something... hmm. the copyright from 2010 to 2011, I have to open all my html files and edit the copyright from 2010 to 2011. How I could avoid it? I think there's a way like this: index.php?id=X but I don't know how to use it Thank you in advance!
Akken Posted December 20, 2010 Posted December 20, 2010 Explain better i didnt get a shit from your post
Flavio Posted December 20, 2010 Posted December 20, 2010 I dont know about that, but you should of code all htmls the same before writing and changing one by one. But if its only a year i guess its easy. All tho im newbie to this things so idk.
Hax0r Posted December 20, 2010 Posted December 20, 2010 if($id==x){ include 'x.html' //I don't know if this has to be a php file... } I ain't sure but that's what I think...
WeirdSituation Posted December 20, 2010 Posted December 20, 2010 Explain better i didnt get a shit from your post can y explain it a little i will help you.. next time you will be punished.
Spidey* Posted December 20, 2010 Author Posted December 20, 2010 if($id==x){ include 'x.html' //I don't know if this has to be a php file... } I ain't sure but that's what I think... i will try this Explain better i didnt get a shit from your post I dont think that I could explain better
Recommended Posts