Skip to content

Instantly share code, notes, and snippets.

@eteubert
Created November 9, 2011 16:15
Show Gist options
  • Save eteubert/1351939 to your computer and use it in GitHub Desktop.
Save eteubert/1351939 to your computer and use it in GitHub Desktop.
Textverkettung
<?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