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 Both sides next revision
dvprog_11 [2015-09-10 08:49]
127.0.0.1 external edit
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;