February 10, 2012, 05:56:47
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Please support SEO4smf further development donating
here
or use paypal button from left menu.
Home
Forum
Help
Search
Directory
Calendar
Login
Register
News
Please support SEO4smf further development donating
here
or use paypal button from left menu.
IT Resources
Hot Wallpapers
Java and Linux HowTo's
Cheap Hosting
Movie and Game Reviews
Webmaster's Talks !
>
Forum
>
Programming
>
PHP
>
history of PHP
Pages: [
1
]
« previous
next »
Print
Author
Topic:
history of PHP
(Read 4714 times)
0 Members and 1 Guest are viewing this topic.
kerry19
Jr. Member
Points: 0
Offline
Posts: 15
history of PHP
«
on:
March 10, 2009, 03:59:13 »
PHP is a scripting language originally designed for producing dynamic web pages. It has evolved to include a command line interface capability and can be used in standalone graphical applications.
While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification.
PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.PHP originally stood for Personal Home Page. It began in 1994 as a set of Common Gateway Interface binaries written in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf. Lerdorf initially created these Personal Home Page Tools to replace a small set of Perl scripts he had been using to maintain his personal homepage. The tools were used to perform tasks such as displaying his résumé and recording how much traffic his page was receiving. He combined these binaries with his Form Interpreter to create PHP/FI, which had more functionality. PHP/FI included a larger implementation for the C programming language and could communicate with databases, enabling the building of simple, dynamic web applications. Lerdorf released PHP publicly on June 8, 1995 to accelerate bug location and improve the code.
Hosting PHP applications on a server requires a careful and constant attention to deal with these security risks. There are advanced protection patches such as Suhosin and Hardening-Patch, especially designed for web hosting environments. Installing PHP as a CGI binary rather than as an Apache module is the preferred method for added security.
PHP only parses code within its delimiters. Anything outside its delimiters is sent directly to the output and is not parsed by PHP. The most common delimiters are <?php and ?>, which are open and close delimiters respectively. <script language="php"> and </script> delimiters are also available. PHP includes free and open source libraries with the core build. PHP is a fundamentally Internet-aware system with modules built in for accessing FTP servers, many database servers, embedded SQL libraries such as embedded PostgreSQL, MySQL and SQLite, LDAP servers, and others. Many functions familiar to C programmers such as those in the stdio family are available in the standard PHP build. PHP has traditionally used features such as "magic_quotes_gpc" and "magic_quotes_runtime" which attempt to escape apostrophes (') and quotes (") in strings in the assumption that they will be used in databases, to prevent SQL injection attacks. This leads to confusion over which data is escaped and which is not, and to problems when data is not in fact used as input to a database and when the escaping used is not completely correct.
Logged
Living Room Furniture
Warlock768
Newbie
Points: 0
Offline
Posts: 1
Re: history of PHP
«
Reply #1 on:
May 03, 2009, 00:54:12 »
That is the history? To me obstacles that php face ha.., Php have a great history.,
_________________
Indianapolis Web Design
Logged
Kateloe
Jr. Member
Points: 0
Offline
Posts: 16
Re: history of PHP
«
Reply #2 on:
May 11, 2009, 04:43:09 »
Good article, thanks for the post
Logged
seo uk
belgaila6
Newbie
Points: 0
Offline
Posts: 1
Re: history of PHP
«
Reply #3 on:
August 01, 2009, 03:29:29 »
good work man, thanks
Logged
Web hosting Company - Free domain name
Wicked6
Newbie
Points: 0
Offline
Posts: 2
Re: history of PHP
«
Reply #4 on:
August 26, 2010, 01:25:49 »
Very useful information you can find the complete history from Wikipedia. It’s really interesting.
http://en.wikipedia.org/wiki/PHP
Logged
SEO Company
hussey01
Jr. Member
Points: 0
Offline
Posts: 32
Re: history of PHP
«
Reply #5 on:
January 14, 2011, 04:21:19 »
PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.PHP originally stood for Personal Home Page. It began in 1994 as a set of Common Gateway Interface binaries written in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf. Lerdorf initially created these Personal Home Page Tools to replace a small set of Perl scripts he had been using to maintain his personal homepage.
web hosting
Logged
free software downloads
free downloads
full download
autopartsyoo
Jr. Member
Points: 0
Offline
Posts: 10
Re: history of PHP
«
Reply #6 on:
January 18, 2011, 04:05:31 »
Share,Gasgoo is a B2B platform for auto parts enterprises to provide including the
Pipe Hose
,
Washing Nozzle
,
Body Panel
,and many other auto parts purchases.
Logged
alferied
Newbie
Points: 0
Offline
Posts: 1
Re: history of PHP
«
Reply #7 on:
January 18, 2011, 19:23:53 »
PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as a standalone interpreter on most operating systems and computing platforms.
PHP was originally created by Rasmus Lerdorf in 1995[1][2] and has been in continuous development ever since. The main implementation of PHP is now produced by the PHP Group and serves as the de facto standard for PHP as there is no formal specification.[3] PHP is free software released under the PHP License.
Logged
domain hosting
|
outsourcing services
Addison91
Newbie
Points: 0
Offline
Posts: 4
Re: history of PHP
«
Reply #8 on:
June 07, 2011, 20:50:30 »
PHP originally stood for "personal home page". PHP development began in 1994 when the Danish/Greenlandic programmer Rasmus Lerdorf initially created a set of Perl scripts he called "Personal Home Page Tools" to maintain his personal homepage. The scripts performed tasks such as displaying his résumé and recording his web-page traffic. Lerdorf initially announced the release of PHP on the comp.infosystems.www.authoring.cgi Usenet discussion group on June 8, 1995.
Thanks,
camo shorts
Serengeti Sunglasses
Logged
james-
Newbie
Points: 0
Offline
Posts: 3
Re: history of PHP
«
Reply #9 on:
July 10, 2011, 17:22:34 »
PHP originally represented personal webpage. PHP development began in 1994 in the event the Danish and Greenlandic programmer Rasmus Lerdorf initially created a group of Perl scripts he called Personal Webpage Tools to maintain his bookmark homepage. The scripts performed tasks for instance displaying his résumé and recording his web-page traffic.
I am using PHP since last 2 years and its quiet effective and easy to use. I have already developed already 15 sites using this powerful language.
Thanks,
wisdom quotes
«
Last Edit: July 13, 2011, 19:35:47 by james-
»
Logged
briensmith
Jr. Member
Points: 0
Offline
Posts: 34
Re: history of PHP
«
Reply #10 on:
July 24, 2011, 05:29:58 »
Hi,
PHP is an "HTML-embedded scripting language" primarily used for dynamic Web applications. The first part of this definition means that PHP code can be interspersed with HTML, making it simple to generate dynamic pieces of Web pages on the fly. As a scripting language, PHP code requires the presence of the PHP processor. PHP code is normally run in plain-text scripts that will only run on PHP-enabled computers (conversely programming languages can create standalone binary executable files, a.k.a. programs). PHP takes most of its syntax from C, Java, and Perl. It is an open source technology and runs on most operating systems and with most Web servers. PHP was written in the C programming language.
Thanks,
web development toronto
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Web Design and Graphics
-----------------------------
=> General
=> Web Design Discussion
===> Adobe Photoshop, Corel PhotoPaint or other Image editing software
===> Dreamweaver, FrontPage or other WYSIWYG software
=> Web Design Reviews
=> Design Contest
-----------------------------
Programming
-----------------------------
=> Databases
=> PHP
=> ASP
=> Javascript
=> Java
=> General Coding
===> Perl
===> .NET
-----------------------------
Search Engine
-----------------------------
=> Google
=> Yahoo
=> MSN
=> Other Search Engines
=> Web Directories
===> SMF Directory
-----------------------------
Domain Names
-----------------------------
=> Domain Name Discussion
=> Domain Appraisals
=> Expired Domains
-----------------------------
Server Related
-----------------------------
=> Forum/CMS Related
=> Apache/IIS
=> Security
=> Linux
===> General Questions
===> Installations
===> Desktop & Multimedia
===> System configurations problems
===> Kernel things
-----------------------------
The Webmasters Talks !
-----------------------------
=> General Discussion
===> Fun
=> Tools
===> Link Popularity
===> Google Datacenter Query
===> Google Backlinks Checker
===> Google Page Rank Checker
===> Html Validation
===> Alexa Rank Checker
===> SEO 4 SMF
=====> Showcase
=====> Joomla
=====> Bugs
=====> Features
=> New Member Introductions
=> Suggestions & Feedback
=> News and Announcements
Loading...