PHP Introduction-xampp download

PHP stands for Hypertext Preprocessor. PHP is a very popular and widely-used open source server-side scripting language to write dynamically generated web pages. PHP was originally created by Rasmus Lerdorf in 1994. It was initially known as Personal Home Page.

PHP scripts are executed on the server and the result is sent to the web browser as plain HTML. PHP can be integrated with the number of popular databases, including MySQL, PostgreSQL, Oracle, Microsoft SQL Server, Sybase, and so on. The current major version of PHP is 7. All of the code in this tutorial has been tested and validated against the most recent release of PHP 7.

PHP is very powerful language yet easy to learn and use. So bookmark this website and continued on.

What You Can Do with PHP

There are lot more things you can do with PHP.

·         You can generate pages and files dynamically.

·         You can create, open, read, write and close files on the server.

·         You can collect data from a web form such as user information, email, phone no, etc.

·         You can send emails to the users of your website.

·         You can send and receive cookies to track the visitor of your website.

·         You can store, delete, and modify information in your database.

·         You can restrict unauthorized access to your website.

·         You can encrypt data for safe transmission over internet.

Advantages of PHP over Other Languages

If you're familiar with other server-side languages like ASP.NET or Java, you might be wondering what makes PHP so special. There are several advantages why one should choose PHP.

·               Easy to learn: PHP is easy to learn and use. For beginner programmers who just started out in web         development, PHP is often considered as the preferable choice of language to learn.

·             Open source: PHP is an open-source project. It is developed and maintained by a worldwide                 community of developers who make its source code freely available to download and use.

·              Portability: PHP runs on various platforms such as Microsoft Windows, Linux, Mac OS, etc. and         it is compatible with almost all servers used today such Apache, IIS, etc.

·               Fast Performance: Scripts written in PHP usually execute or runs faster than those written in other         scripting languages like ASP, Ruby, Python, Java, etc.

·               Vast Community: Since PHP is supported by the worldwide community, finding help or                         documentation related to PHP online is extremely easy.

What is XAMPP?

XAMPP is an open-source, cross-platform web server that consists of a web server, MySQL database engine, and PHP and Perl programming packages. It is compiled and maintained by Apache. It allows users to create WordPress websites online using a local web server on their computer. It supports Windows, Linux, and Mac.

It is compiled and maintained by apache. The acronym XAMPP stands for;

  • X – [cross platform operating systems] meaning it can run on any OS Mac OX , Windows , Linux etc.
  • A – Apache – this is the web server software.
  • M – MySQL – Database.
  • P – PHP
  • P – Perl – scripting language

Click here to XAMPP download for Windows: http://www.apachefriends.org/en/xampp-windows.html

Comments

Popular posts from this blog

How to create Animated 3d chart with R.

Linux/Unix Commands frequently used

R Programming Introduction