PHP and Mysql work together to help you do what seems like thinks - magical things with the website. PHP is a programming language that is widely used general purpose scripting language specifically for web development and can be inserted into HTML code.
PHP is a server- side scripting language designed for use on the website. Every time a web page displayed in the browser, the PHP code will run on a host web page ( PHP running on a web page server ) and generate output to web pages that are then displayed in the browser. Often the resulting outpuut is dispayed on a web page with PHP code derived from the database. PHP is very good in interactive with Mysql database, PHP is often used with Mysql database management system.
PHP script can do many things that make your website dynamic, not static. A website can dynamically change the contents, it can change whata information is displayed to visitors. A dynamic website will usually powered in the background by a database, like Mysql database.
Example of a dynamic website is a blog. Blog using PHP and Mysql database to display content to be displayed in your blog. A blog is frequently update and modified by adding a new post, which means the new data is added to the database.
PHP is a server- side scripting language designed for use on the website. Every time a web page displayed in the browser, the PHP code will run on a host web page ( PHP running on a web page server ) and generate output to web pages that are then displayed in the browser. Often the resulting outpuut is dispayed on a web page with PHP code derived from the database. PHP is very good in interactive with Mysql database, PHP is often used with Mysql database management system.
PHP script can do many things that make your website dynamic, not static. A website can dynamically change the contents, it can change whata information is displayed to visitors. A dynamic website will usually powered in the background by a database, like Mysql database.
Example of a dynamic website is a blog. Blog using PHP and Mysql database to display content to be displayed in your blog. A blog is frequently update and modified by adding a new post, which means the new data is added to the database.
No comments:
Post a Comment