Created
November 9, 2011 16:15
-
-
Save eteubert/1351939 to your computer and use it in GitHub Desktop.
Textverkettung
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$some_var = 'WordPress'; | |
$string = 'This is my text and ' . $some_var . ' is the best publishing System in the World'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment