mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
8 lines
110 B
PHP
8 lines
110 B
PHP
|
<p>Folgenden Text haben Sie eingegeben:
|
||
|
<br>
|
||
|
<br>
|
||
|
<?php
|
||
|
$Inhalt = strip_tags($Inhalt);
|
||
|
echo $Inhalt;
|
||
|
?>
|