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
prog1_11 [2013-04-29 14:33]
Daniel Viström
prog1_11 [2013-04-29 14:59]
Daniel Viström
Line 11: Line 11:
  
 <code php> <code php>
- +  if(isset($_POST['n'])){  
-  echo a($_POST['n']);+    echo a($_POST['n']); 
 +  }
 </code>  </code>