Results 1 to 2 of 2

Thread: importance of php

  1. #1
    Join Date
    May 2010
    Posts
    1

    importance of php

    Exception Handling is a programming language construct intended to handle a condition’s occurrence that alters or changes the normal flow of execution. Exceptions are very significant and have a good control over error handling.

    In the process of development of software, any exception handling verification must be conducted in a highly automated manner. The test cases must be created in a scientific way. There are various systems available commercially. These systems perform testing in a scientific and repeatable manner. Systems like Service Assurance platform from MU Dynamic can easily verify exception handling for implementation of software codes.

    There are various programming languages including C++, Actionscript, .Net languages, JAVA, Ada, Python, Prolog, Ruby, Visual Prolog, Objective C, Ocaml and ECMAscript and Eiffel that have built-in support for exception handling. PHP (version 5) also boasts an exception model just like other programming languages. The exception model in PHP follows some important statement keywords. These keywords are: Try, Throw and Catch

  2. #2
    Join Date
    Jun 2006
    Posts
    623

    Re: importance of php

    PHP is interpreted language (A scripting language) running on the side server (Such as scripts CGI, ASP, ...) And not the client side (a script written in JavaScript or Java Applet running on your computer ...). The syntax of the language from those of C language Of Perl and Java. Its main advantages are:

    •A large community of developers sharing hundreds of thousands of examples of PHP scripting;

    •And free availability of source code (PHP is released under the GNU GPL);

    •The simplicity of scripting;

    •The ability to include PHP script in a page HTML (Unlike CGI scripts, which require writing lines of code to display each line in HTML);

    •The simplicity of interfacing with databases (many DBMS are supported, but the most used language is MySQL DBMS available free on many platforms: UNIX, Linux, Windows, Mac OS X, Solaris, etc ...);

    •The integration within many web servers (Apache, Microsoft IIS, etc..).

Similar Threads

  1. Importance of Physx in PC Games
    By Miyamoto in forum Video Games
    Replies: 2
    Last Post: 13-04-2011, 11:47 AM
  2. What is the importance of SNR and Attenuation rate.
    By INDUJANAK in forum India BroadBand
    Replies: 4
    Last Post: 27-02-2011, 07:13 AM
  3. Importance Of SSM
    By Tigerius in forum Education Career and Job Discussions
    Replies: 7
    Last Post: 20-11-2010, 11:18 AM
  4. Importance of c# Interfaces
    By Linoo in forum Software Development
    Replies: 4
    Last Post: 08-02-2010, 07:24 PM
  5. academic importance
    By chetan2005is in forum Education Career and Job Discussions
    Replies: 2
    Last Post: 13-06-2009, 12:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,961,628.69940 seconds with 16 queries