Advantages of Using PHP and MySQL
One of the first choices to make when planning a new website is whether it has to be static or dynamic. Static websites show the same content for each visitor. Of course there can be more than one page on the site, but the content has been improved. On dynamic websites, content can change. Visitors can interact with it. For example it might be for them to leave a comment so other visitors can see it. In general, dynamic websites offer more possibilities. But if you only want to give a brief presentation about yourself or the company, a static solution might be the answer. But in most cases dynamic web pages are the way to go.
Static pages consist of HTML files that are generated locally on your PC and then uploaded to the web server. This can be done in special programs such as Adope Dreamweaver, Microsoft Expression …
Advantages of Using PHP and MySQL Read More