answersLogoWhite

0

Rasmus Lerdorf, a Danish-Canadian born in Greenland, wrote the first version of PHP. He released it in 1995.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


How do you create an area of a webpage to display PHP results?

PHP code blocks start with <?php and end with ?>.


What are the various ways to embedded PHP in HTML coding?

there are in fact two basic methods - one is called minimal PHP, and the second tends to be referred to as the CGI-way. minimal php means that you're making php secions in HTML only where really necessary (using the php section begin (<?php ) and end (?> ) tags.). the CGI-way, or maximum PHP means, that you're in fact embedding HTML into strings in php, and the whole page is echo()ed. the second way tends to be viewed as an abuse of php by some people, as php was meant to be "templating" language, and designed to be used mainly the first way.


What are Perl PHP and Java Servlet's?

Perl, php and Java are all examples of programming languages.


Can HTML tags code and text be included in a php code?

Yep. We do it all the time. One way is to simply tell PHP that you want the tags echoed. Like so: <?php echo('<b>Hi</b> Nice to meet you!'); ?> Sometimes you want instead to simply use the PHP in parts of a page and leave the rest. You can do this, too. <body> <div class="login"> <?php if($user->loggedIn()){ ?> <b>Hi!</b> <?php }else{ ?> <!-- HTML FORM HERE --> <?php } ?> </div> </body>

Related Questions

Who is the founder of the php language?

rasmus-lerdorfa Danish/Canadian programmer.


Who found php?

Mr. Rasmus Lerdorf is known as a founder of PHP scripting language.He was born in 1968, he currently live in Canada.


Who is founder of php?

Rasmus Lerdorf created PHP (Hypertext Preprocessor) in 1994. Initially, it was a set of Perl scripts, which later evolved into the PHP we know today.


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


Is php a binary file?

No, PHP is text file with .php extension.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


How do you get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


What is new in PHP?

PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.


Where can PHP help be found online?

PHP help can be found online in several different places. Some of these places include PHP Live Support, PHP Moot, PHP Help, Live Person, and PHP Freaks.


What is php extension?

We can write php extension is many way... .php , .php5, .php4