why php is used? benefits of using php

first read previous article

why php is used? benefits of using php?

using php is beneficial in four ways

  1. Easy to use 

  2. Cross platForm

  3. Cost benefits

Easy to Use

Code is embedded into HTML. The PHP code is enclosed in special start and end tags that allow you to jump into and out of "PHP mode".

<html>
<head>
<title>Example</title>
</head>
<body>

<?php
echo "Hi, I'm a PHP script!";
?>

</body>
</html>

Cross Platform 

Runs on almost any Web server on several operating systems.
One of the strongest features is the wide range of supported databases Web Servers: Apache, Microsoft IIS, Caudium, Netscape Enterprise Server

Operating Systems: 

UNIX (HP-UX,OpenBSD,Solaris,Linux), Mac OSX, Windows NT/98/2000/XP/2003

  Supported Databases: 

Adabas D, dBase,Empress,
FilePro (read-only), Hyperwave,IBM DB2, Informix, Ingres, InterBase, FrontBase, mSQL, Direct MS-SQL, MySQL, ODBC, Oracle (OCI7 and OCI8), Ovrimos, PostgreSQL, SQLite, Solid, Sybase, Velocis,Unix dbm

Cost Benefits

PHP is free. 

Open source code means that the entire PHP community will contribute towards bug fixes. There are several add-on technologies (libraries) for PHP that are also free.

software = free
platform=free
Development Tools=free phpcoder jeditor

0 comments: