PHP

A programming language that a lot of web-based scripts use. PHP is a server-side scripting language for creating dynamic Web pages. You create pages with PHP and HTML. When a visitor opens the page, the server processes the PHP commands and then sends the results to the visitor's browser, just as with ASP or ColdFusion. Unlike ASP or ColdFusion, bowever, PHP is Open Source and cross-platform. PHP runs on Windows NT and many Unix versions, and it can be built as an Apache module and as a binary that can run as a CGI.
  • 11 Users Found This Useful
Was this answer helpful?

Related Articles

How to create Database?

Refer the steps given below to create database: 1. Login into your Plesk control panel2. Click...

How can I open my Hosting Control panel?

To open your hosting control panel use the information given below: URL -...

What is Code Injection?

\"PHP Injection,\" \"ASP Injection,\" are terms coined which refer to various types of code...

What is phishing?

Phishing is the criminally fraudulent process of attempting to acquire sensitive information such...

What is SQL Injection and how we can prevent it?

SQL injection is a code injection technique that exploits a security vulnerability occurring in...