Username:

Password:

Author Topic: What is PHP programming language:  (Read 166 times)

Edward

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
What is PHP programming language:
« on: January 12, 2012, 02:55:22 AM »
PHP is a programming language and used for the programming and web developing. It’s easy to understand and apply and provide you the same results as others languages. The best feature is the convenience in understanding and it is not complex like other languages.
phoenix seo company
« Last Edit: January 14, 2012, 12:01:53 AM by Edward »
Logged

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: What is PHP programming language:
« Reply #1 on: January 12, 2012, 03:40:54 AM »
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

bondbrayan

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is PHP programming language:
« Reply #2 on: January 26, 2012, 05:37:21 AM »
The PHP community is one of an active, quick search you will find tons of learning resources on the Internet for free. Some are even free to download the script a PHP programmer job a lot easier.

hairtransplant

  • Jr. Member
  • **
  • Karma: +0/-0
  • Posts: 56
Re: What is PHP programming language:
« Reply #3 on: January 27, 2012, 06:10:29 AM »
Doesn't really matter whether they are called Programming Languages or Scripting Languages, they are all much the same really, JavaScript can manipulate more of what the user sees as it's client based, PHP is server-side so everything written in PHP is executed at the server end.

Huck Robort

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is PHP programming language:
« Reply #4 on: February 09, 2012, 11:58:40 AM »
The two most popular language PHP and ASP point net. Each person has their own advantages and disadvantages. So, it really depends on what you are comfortable with the language. Two for various reasons, many programmers prefer to use the PHP .

devidmake

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 6
Re: What is PHP programming language:
« Reply #5 on: March 06, 2012, 01:49:00 AM »
PHP is a personal home page. It is preferred among users because it is easy to read and understand. Many programming languages are complicated and intimidating to new users while PHP is organized, clean, and fluent.

websitebuildersperth

  • Hero Member
  • *****
  • Karma: +0/-0
  • Posts: 555
    • WWW
Re: What is PHP programming language:
« Reply #6 on: March 18, 2012, 09:34:22 PM »
PHP is dynamic. PHP works in combination of HTML to display dynamic elements on the page. PHP only parses code within its delimiters, such as. Anything outside its delimiters is sent directly to the output and not parsed by PHP.

PHP can be used with a large number of relational database management systems, runs on all of the most popular web servers and is available for many different operating systems.

raghu25

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is PHP programming language:
« Reply #7 on: March 20, 2012, 04:38:15 AM »
PHP is an open source server side scripting language used to develop websites and web applications and can be embedded in html....

jacksonjosaf

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 15
    • WWW
Re: What is PHP programming language:
« Reply #8 on: March 27, 2012, 10:00:44 PM »
Hii.. I am agree with all of you.. PHP is used in web designing.. In this we use the scripting tags..
Thanks

ilhtdubai

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 103
Re: What is PHP programming language:
« Reply #9 on: March 28, 2012, 07:25:26 AM »
PHP is very similar to C and C++. Most of the functionality is mapped to the C library (POSIX) or libraries written in C that add features such as curl. For most applications it is definively good enough. However, as mentioned by some other people, a binary is going to be faster for many reason, not just the fact that the language is interpreted. Also, a binary is not unlikely going to be more secure, overall.