Register Script

  • Hallo,


    ich möchte nun ein Formular mithilfe von PHP erstellen welches die Daten aus dem Formular in einer Datenbank speichert.
    Es sind nur 3 Sachen: ID, Username, Passwort.
    Den HTML Teil habe ich schon:

    Code
    <center>
    <title>Registrierung</title>
    <form method="post" action="artikel.php?id=283">
    <p><label>Username:<br><input type="text" name="name"></label</p>
    <p><label>Passwort:<br><input type="text" name="pass"></label</p>
    <p></p><input type="submit" value="Absenden">
    </form>
    </center>


    Die MYSQL Verbindung ist in einem Include gespeichert (config.php).
    Hoffe um hilfe.