Skip to main content

PHP: Hypertext Preprocessor Introduction

The fasting moving wold every programmer know .php so this post discuss about initial steps.. 

PHP: Hypertext Preprocessor Introduction - J2Program
PHP: Hypertext Preprocessor Introduction

What is PHP? 

  • PHP is an acronym for "PHP Hypertext Preprocessor" 
  • PHP is a widely-used, open source scripting language 
  • PHP scripts are executed on the server 
  • PHP costs nothing, it is free to download and use 


What is a PHP File? 

  • PHP files can contain text, HTML, CSS, JavaScript, and PHP code 
  • PHP code are executed on the server, and the result is returned to the browser as plain HTML 
  • PHP files have extension ".php" 

What Can PHP Do? 

Software Engineer Wasura
  • PHP can generate dynamic page content 
  • PHP can create, open, read, write, and close files on the server 
  • PHP can collect form data 
  • PHP can send and receive cookies 
  • PHP can add, delete, modify data in your database 
  • PHP can restrict users to access some pages on your website 
  • PHP can encrypt data

Comments

Popular posts from this blog

Nodejs Events

Events in Node.js The EventEmitter Object You can assign event handlers to your own events with the EventEmitter object. In the example below we have created a function that will be executed when a "scream" event is fired. To fire an event, use the  emit()  method. var events = require('events'); var eventEmitter = new events.EventEmitter();  //Create an event handler:  var myEventHandler = function () {   console.log('I hear a scream!');  }  //Assign the event handler to an event: eventEmitter.on('scream', myEventHandler);  //Fire the 'scream' event:  eventEmitter.emit('scream');

Family get-together with Ramadan Ifthar 2017

Family get-together with Ramadan Ifthar 2017

Micro Loan Banking Management System