Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active January 5, 2018 01:27
Show Gist options
  • Select an option

  • Save radarin/7bfffc18de90706a67181736ed18c0bc to your computer and use it in GitHub Desktop.

Select an option

Save radarin/7bfffc18de90706a67181736ed18c0bc to your computer and use it in GitHub Desktop.
PHP Ausgabe
<?php
echo "Textausgabe";
print "Textausgabe";
echo "Ausgabe mit \" Anführungszeichen";
echo "Ausgabe mit \n Zeilenumbruch";
echo "<P class=\"text\">";
echo "Der Inhalt der Variablen lautet: " . $variable . ".";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment