Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dvprog_11 [2013-04-12 09:12]
Daniel Viström
dvprog_11 [2016-03-16 11:36]
Daniel Viström
Line 70: Line 70:
 // sparas i en variabel. // sparas i en variabel.
 echo strrev('.dlrow olleH'); echo strrev('.dlrow olleH');
-$text = strrev(strtoupper('.dlrow olleH')); +$text='dallas'
-echo $text . '<br />';+$text2=strrev($text); 
 +echo $text2 . '<br />';
  
 $tal1 = 5; $tal1 = 5;