answersLogoWhite

0

rasmus-lerdorfa Danish/Canadian programmer.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is php an interpretor?

PHP is in interpreted language, and ships with one, however PHP itself is a program language and not an interpreter.


What programming language is PHP made with?

PHP is written in the C programming language.


Is PHP a drug?

PHP is a programming language. You may be thinking of PCP, or a-PHP (a-Pyrrolidinobutiophenone).


Which language is used more for websites PHP or ASP.net?

Php


How do you create main in php?

PHP is web based programming language and there in no main() function defined. Considering, PHP as HTML embedded language and server side scripting language,It get interpreted by web server .Example: Hello - End of PHP block


Who is the founder of PHP?

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


What is the definition of PHP programming?

PHP programming is a scripting language. This scripting language can be used in web page development. In addition, PHP commands can be embedded into an HTML document. PHP software is available at no cost.


What is the file extension .php?

A file whose extension is "*.php" are typically interpreted by the PHP language. (php.net)


What is the meaning of p in a php language?

The meaning of PHP is PHP Hypertext Preprocessoror Personal Home PageThereby, the meaning of P in PHP is PHPitself.


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.


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.


How can you create a language converter for website in English to Spanish in PHP?

You can use PHP to create a language converter for a website by storing language translations in a database or files, and then using PHP to dynamically switch the content based on the selected language. You can create language files for each language, and then use PHP sessions or cookies to store the user's language preference across pages. Finally, use PHP functions to display the content in the appropriate language based on the user's selection.