Well let's see if you can help me! I'm trying to make a basic login system, however I have a problem, I'm still a beginner in php and I do not know much.
I'm trying to make this form work correctly.
<input name="dominio" type="text" placeholder="dominio.com" autocomplete="off" style="background-color:#cce0ff;color:#00f;" />
<br><br>
<input name="email" type="text" placeholder="[email protected]" autocomplete="off" style="background-color:#cce0ff;color:#00f;" />
<br><br>
<input name="senha" type="password" placeholder="**********" autocomplete="off" style="background-color:#cce0ff;color:#00f;" />
<br><br>
<input type="submit" name="Submit" id="Submit" value="Login" class="form-control element_style_9 event-submit-btn" onclick="submitClicked();return false;" />
Will anyone help me?