Quote:
Originally Posted by Capital Domains We purchased a business that was writted in php - all of our other sites are written in html. php seems to be more difficult to change. What is the advantage of php over html? |
HTML is a markup language, it is used to tell the browsers how to display and what to display on any page. Even a php page uses html to do the same.
Then how does php help ?
Basically, php is used for many things like
talking to a website database
authentication for web pages
differentiating between various users/visitors on web page
uploading documents and pictures
payment integration to website
and many more..
hope that helps,
Steve Smith
steve[at]pixVista.com