Preguntes Freqüents - FAQ

PHP 5 Tutorial

Administració > Preguntes Freqüents - FAQ > Belajar PHP > PHP 5 Tutorial

PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.


Easy Learning with "Show PHP"


Our "Show PHP" tool makes it easy to learn PHP, it shows both the PHP source code and the HTML output of the code.

Example

<!DOCTYPE html>
<html>
<body> <?php
echo "My first PHP script!";
?> </body>
</html>
Ha estat útil la resposta?
39 Els usuaris han Trobat Això Útil 125 Vots

Llegir també