Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
$string = 'Hello'.$there.'. How are'.$you.$going."today $okay";
|
|
|
4 |
$string = 'Hello' . $there . '. How are' . $you . $going . "today $okay";
|
|
|
5 |
$string = 'Hello'.$there;
|
|
|
6 |
$string = 'Hello'. $there;
|
|
|
7 |
$string = 'Hello' .$there;
|
|
|
8 |
?>
|