Are we tend to bombarded currently by
extremely and dynamic flashy web pages? This is often an indication that the
days of static Websites are over. At the start of the web, the web pages were
coded in easy HTML and appeared a similar to each visitant. Because the time
has progressed, building a website with simply static HTML is not any longer
acceptable. And it's wherever the PHP comes into play.
What is PHP?
PHP originally stood for "Personal Home
Page." it absolutely was created by Rasmus Lendorf in 1994. Shortly it's
got a recursively abbreviated name (name that refers to itself) "PHP: Hypertext
Preprocessor." The official PHP website php.net refers to PHP as "an HTML
embedded scripting language."
The PHP permits making dynamic web content.
"Dynamic" means web content are created in "real-time."
it's a scripting language, as opposition artificial language as a result of it
absolutely was designed to web scripts, not standalone applications.
How will it work?
It ought to be further that PHP may be a
server-side as a result of works on servers, and cross-platform - works on
several platforms as well as Windows, waterproof OS and operating system.
In a case once a dynamic page is accessed,
the script inside the page is accessed and parsed on the web server. The
ensuing HTML code is shipped to the client's application. Nowadays, the majority
massive Websites are dynamic, as a result of their easier to take care of. On
the opposite hand, dynamic pages access records from info.
For PHP, the simplest companion info is MySQL
What is MySQL?
MySQL accessible is at mysql.com associated
is an open supply application/database. SQL stands for Structured Query Language,
and like PHP, is absolve to use or perhaps modify. Alongside PHP, they move a
possible website from a static site to a really dynamic website design one.