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 [2017-02-27 09:48]
Daniel Viström
dvprog_11 [2017-02-27 09:53]
Daniel Viström
Line 69: Line 69:
 // Värdet som returneras kan skrivas ut eller // Värdet som returneras kan skrivas ut eller
 // sparas i en variabel. // sparas i en variabel.
-echo strrev('.dlrow olleH');+echo strrev('.dlrow olleH'. '<br />';
 $text='dallas'; $text='dallas';
 $text2=strrev($text); $text2=strrev($text);