Changes

m
Line 41: Line 41:  
that is slower.
 
that is slower.
   −
* String must be rounded by simple or double quote and a variable inside string must be out side of the quote.
+
* String must be rounded by simple or double quote and a variable within the string must be out side of the quote.
 
<source lang="php">
 
<source lang="php">
 
print 'My text show my'.$variable.'!';
 
print 'My text show my'.$variable.'!';
304

edits