|
There are two types of website one is
static and other is dynamic. A static website presents hyperlinked text
and possibly a login screen, but further than that, it doesn't require
extra contribution from the user.
There are many examples of static websites on the internet. Amazon
offers proposals based on your purchasing history when you entrée their
page. Further more, dynamic means that the user interact more with the
web site, away from just reading pages, and the web site responds as a
result.
Making dynamic web pages even a few
years ago was not easy and developers have to write a lot of code in the
C and many other languages, and then calling and carry out those
programs throughout a process called a Common Gateway Interface (CGI).
Having to generate executable files doesn't sound like much amusing, and
neither does learning a whole latest complicated language. Well,
gratefully, PHP and MySQL building and creating dynamic web sites
simpler, easier, and faster.
There are different languages use for
static and dynamic web pages creation. Simple static websites cab be
created using HTML languages. While dynamic web pages are made using
latest tool which are ASP and PHP. PHP is widely used because it is open
sources and easy to use within your document.
PHP is a programming language used to
make interactive web pages on the computer serving them, called a web
server . Unlike HTML, where the web browser make use of tags and score
to create a page, PHP code runs stuck between the requested page and the
web server, adding up to and altering the basic HTML output. For
instance, PHP code could be used to show a counteract of visitors to a
site.
|