Quote:
Originally Posted by pushpak86
Not being a technical professional, all what I can say is that any website using php configuration can easily be edited (even by end user) later for making improvements or updating it.
On the other hand,any website using HTML configurations gets its data frozen and it becomes almost impossible to get it edited at the user end. Even the administrator needs to put greater efforts to edit the content.
|

to the forums Pushpak!
I agree with you that PHP is easier to be edited as compared to HTML! Well, as said before, PHP is used to create dynamic HTML pages. The output is HTML only. So, logically, either way if we use HTML directly it should be easier than PHP to work with however, practically, it is not. Hammering