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
debug_howto [2017-12-01 13:59]
Joakim Forsgren
debug_howto [2017-12-01 14:01]
Joakim Forsgren
Line 12: Line 12:
 } }
 </code> </code>
-  - Skriv ut er SQL-frågaecho $query = "INSERT... +  - Skriv ut er SQL-fråga<code php>echo $query = "SELECT * FROM Users WHERE EMail = '" $_POST['EMail'"' AND Password = SHA1('" $_POST['Password'] . "')"; 
-  - Skriv ut era ev SQL-errorecho mysqli_error($link);+</code> 
 +  - Skriv ut era ev SQL-error.<code php>echo mysqli_error($link); 
 +</code> 
 +  - sdf