Sunday 28 February 2021

Introduction to PHP

 

PHP stands for php hypertext processor, it is powerful language designed for creating HTML content.

 

Php is one of the popular language to create dynamic websites. One of the key advantage of php is, it can talk to backend infrastructure like databases, file systems etc.,

 

Some notable features

a.   PHP has built-in support to generate pdf, jpg, png and gif images.

b.   PHP has support to communicate with variety of databases (Ex: Oracle, MySQL, Postgres etc.,).

 

Where can I use PHP?

a.   Server side scripting

b.   Command line scripting

c.    Form processing

d.   Reading file contents

e.   Talk to databases like MySQL, Oracle, Postgres etc.,

 

 

Can PHP run on multiple operating systems?

Yes, php can run on operating systems like Linux, Mac and Windows.

 

Is php support object oriented principles (Oops)?

Yes, oops features are added in PHP V5.0 onwards.

 

You can download the complete working application from below link.

https://github.com/harikrishna553/php_core

Previous                                                    Next                                                    Home

No comments:

Post a Comment