Donation- Aukos
[EN] For dictionaries and Lithuanian history topics.
[LT] Žodynų ir istorijos skilties vystymui

Amount: 

Login form



Distant PHP e-learning, e-teaching lessons
PHP features and specifics. PHP vs ASP.
If you create script, PHP script will be executed on some server, HTML page as a result will sent to the browser. You can't execute PHP, if you have no server. It is used with Apache web server. Suggested platform -Xampp, which contains mysql , php, apache and another useful stuff. PHP is a scripting language originally designed for producing dynamic web pages. More about history ande features here:  It has evolved to include a command line interface....

PHP is a server-side scripting language for creating dynamic Web pages. You create pages with PHP and HTML. When a visitor opens the page, the server processes the PHP commands and then sends the results to the visitor's browser, just as with ASP or ColdFusion. Unlike ASP or ColdFusion, however, PHP is Open Source and cross-platform. PHP runs on Windows NT and many Unix versions, and it can be built as an Apache module and as a binary that can run as a CGI. When built as an Apache module, PHP is especially lightweight and speedy. Without any process creation overhead, it can return results quickly, but it doesn't require the tuning of mod_perl to keep your server's memory image small.

In addition to manipulating the content of your pages, PHP can also send HTTP headers. You can set cookies, manage authentication, and redirect users. It offers excellent connectivity to many databases (and ODBC), and integration with various external libraries that let you do everything from generating PDF documents to parsing XML.

Links:
PHP vs ASP

To begin:

<?
echo "labas";
?>

or

<?php
phpinfo();
?>

 
More Articles...
«StartPrev12345678910NextEnd»

[ BBC news ][ Yahoo news ][ Linux guru ][ Webmaster ACE ]