Am 2005-03-06 00:24:08, schrieb Jochen Heller:
> Mmh,
> | <?php header("Cache-Control: no-cache, must-revalidate"); ?>
> |
> | <html>
> | <head>
> | <title>PHP Testseite</title>
> | </head>
> | <body>
> | <?php
> | $text = "<p>Wenn Sie diesen Text lesen k&oeml;nnen,"
^ ^ ^^^^^^ ^
Ohne spaces ö ;
> | $text = $text . "dann funktioniert Ihre Php-Installation
^ ^ ^^^
Ohne spaces Das weg
> | korrekt!</p>";
> | print $text;
^^^^^
echo
> | ?>
> | <p>Wenn dieser Text alles ist, was Sie sehen, dann ist Ihrer
> | PHP-Intstallation fehlerhaft!</p>
> | </body>
> | </html>
Greetings
Michelle
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack Apt. 917 ICQ #328449886
50, rue de Soultz MSM LinuxMichi
0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com)
signature.pgp
Description: Digital signature

