Jump to content

SGUserFace

Members
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

SGUserFace's Achievements

Member

Member (2/5)

0

Reputation

  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. I have this code, but the header (in php) doesn't work because there is 2 tabs (I checked all the files and lines) but like this the header works and I cant write more lines
  3. Its big project with full include so I dont know how to do it
  4. What can I do if the error occurs after print?
  5. I get blank page. none errors
  6. Ofcourse, but the error occurs after print $errors
  7. I have file look like: How can i print the erroes?
  8. How to get the root directory of project I dont want to use any time ../ include(What is the root? . 'images/default.png');
  9. How to write correctly path in include function?
×
×
  • 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.