Jump to content

SGUserFace

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by SGUserFace

  1. First

    <section id="Register">
        <h3>Register</h3>
        <form method="post">
            <input type="email" name="Email" placeholder="Email" required style="display: block; width:100%; height: 20px; margin-bottom: 10px;" />
            <input type="submit" name="Register" value="Register" style="display: block; margin-bottom: 10px;" />
            <label for="GoLogIn">LogIn</label>
        </form>
    </section>

    Second

    <section id="Register">
        <h3>Register</h3>
        <form method="post">
    <input type="email" name="Email" placeholder="Email" required style="display: block; width:100%; height: 20px; margin-bottom: 10px;" />
            <input type="submit" name="Register" value="Register" style="display: block; margin-bottom: 10px;" />
            <label for="GoLogIn">LogIn</label>
        </form>
    </section>
  2. OK, so you

    1. create an empty array
    2. print each value in this empty array
    3. put an item into the array

    So what error are you getting?

    What are you expecting that isn't happening?

    What is happening that you don't expect?

     

    Give me a clue!

    I get blank page. none errors

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.