image


Valora:  4.29/5
Inicio » PHP » PHP Tutorial » Basic concepts




Basic concepts

PHP is a classic programming language; this means that it includes variables, conditional statements, loops, functions… It is not a tag language such as HTML, XML or WML. It is closer to JavaScript or C, for those who know these languages.

But unlike Java or JavaScript that are run using the web browser, PHP is run on the server, which allows us to access server resources, e.g. a data base. The PHP program is run on the server and the result is sent to the web browser. The result is usually an HTML page but it could also be a WML page.

Procesamiento de PHP por parte del servidor

Due to the fact that PHP is a server side scripting language, having a supporting browser is not a requirement -it is independent from the browser. However, for your PHP pages to work, the hosting server must support PHP.







WebEstilo.com - Introduzca su e-mail y conozca las novedades. No hacemos Spam.
Google
  Web WebEstilo.com   
 
Valid HTML 4.01!
Última modificación:11 de Mayo de 2009. Spain - España.
© 1998-2004 por Joaquin Gracia. Todos los derechos reservados.