82
Your Localhost cannot process this request yet - HTTP ERROR 500
When syntax a PHP file, it gives an error 500. I can't fix it and I don't understand the reason for this error. Help me fix who understands, please.
<? php
$ login = trim ($ _ POST ['login']);
$ pass = trim ($ _ POST ['pass']);
$...