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_03 [2017-08-28 09:45]
Daniel Viström
dvprog_03 [2017-08-30 15:41]
Daniel Viström
Line 43: Line 43:
          
       if ($_POST['fname']=='Daniel' && $_POST['lname']=='Viström'){       if ($_POST['fname']=='Daniel' && $_POST['lname']=='Viström'){
-        echo 'Så kan det gå. <br />";+        echo 'Så kan det gå. <br />';
       }       }
   }     }