source: trunk/tobeginphp/02_php.php @ 403

Last change on this file since 403 was 7, checked in by nanardon, 19 years ago
  • init
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 434 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4  <meta content="text/html; charset=ISO-8859-1"
5 http-equiv="content-type">
6  <title>un peu de php</title>
7</head>
8<body>
9<?php $texte = "Ceci est une page en php qui ne contient que de l'html";
10echo $texte;
11if (isset($texteurl)) {
12?>
13<br>
14<b>Ceci est le texte pass&eacute; sur l'url:</b><br>
15<?php echo $texteurl;
16}
17?>
18<br>
19<br>
20<br>
21$Id$
22</body>
23</html>
Note: See TracBrowser for help on using the repository browser.