Vērtējums:
Publicēts: 24.09.2002.
Valoda: Angļu
Līmenis: Vidusskolas
Literatūras saraksts: Nav
Atsauces: Nav
  • Eseja 'PHP Programming', 1.
Darba fragmentsAizvērt

Hello, And Welcome To The Wonderful World Of PHP Programming! PHP (Hypertect Preprocessor) Is A Quite Easy Language To Write, After You Get To Know What You Are Doing, Just Like Everything In Life! Here Are Some Simple Scripts To Help To Get You On Your Way To Mastering The Language!
The Following Code Will Display The Word 'hello' On Your Page!
<?php
echo"hello";
?>
You May Also Want To Spice This Code Up A Bit With Some HTML(Hypertext Markup Language) For Example:
<?php
echo"
<html>
<head>
<title>Hello Page</title>
</head>
<body>
<cente…

Atlants