Question:
how or where is php code coded?
harifan
2012-01-23 17:27:05 UTC
in a web portal,,, we usually design with html...... if d portal is said to be done with php,, then what does php do there( bcoz html is used for designing,, then for wat do we use php?)....... if a page is to be designed with php,,, wat are the editors that can be used... that is when we want to use php in html... what editors are availble
Three answers:
SUDHAKAR Kuruvada
2012-01-23 17:40:31 UTC
PHP( Personal Home Page ) is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages. It is among one of the first developed server-side scripting languages that is embedded into a HTML source document, rather than calling an external file to process data. Ultimately, the code is interpreted by a web server with a PHP processor module which generates the resulting web page. It also has evolved to include a command-line interface capability and can be used in standalone graphical applications.PHP can be deployed on most web servers and also as a standalone shell on almost every operating system and platform free of charge. A competitor to Microsoft's Active Server Pages (ASP) server-side script engine and similar languages, PHP is installed on more than 20 million websites and 1 million web servers.

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 formal reference to the PHP language. PHP is free software released under the PHP License, which is incompatible with the GNU General Public License (GPL) due to restrictions on the usage of the term PHP.



While PHP originally stood for "Personal Home Page", it is now said to stand for "PHP: Hypertext Preprocessor", a recursive acronym
gandhi_2
2012-01-24 01:38:22 UTC
php runs on the web server.



it can be written with any plain text editor or a fancy IDE that supports it.



when the server gets a request for a page from a browser, it spits back the requested page. php (and other server-side languages) let you generate what gets spit back *on the fly* or "dynamically".



if a page wants to show a date, you could write the html and go change it every day... OR use a server-side language like php to generate the html output "programmatically".
shaan
2012-01-24 15:40:39 UTC
hey you can work on Eclipse or Netbeans or Dreamweaver for this.

all are open source you can easily download it from internet.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...