Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: login page

  1. #11
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    For most secure things, usernames tend to be all-lower-case, stemming from the tradition of having all-lower-case usernames in UNIX.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  2. #12
    Join Date
    Apr 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi, I am a beginer in php, and need a little help, in this case am just like a noob in everything related to php, I cannot even make comparation between html, javascript and php (if there are some). Anyway please help me, I had read all the all other post in this topic but I couldn't understand much, first, I need a register file and I don't know how to make it, I think there is necesary more than one file for that, then how I make the connection to the login file? And how I make the login file? Just like in the exemple before? But how I make the files and open them, because I tried but I couldn't succeded. I am very very comfused. I had tried to make that login file but all I had obtain was a blak page. Please help me.

    Thanks

  3. #13
    Join Date
    Apr 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    And I have another question: what is mysql and how i use it?

  4. #14
    Join Date
    Apr 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    And sorry but I still have a question, how can i make a sistem for recuperating losted password?

  5. #15
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I cannot even make comparation between html, javascript and php (if there are some).
    Then before asking questions, please, learn the basics. This is a good tutorial.
    what is mysql and how i use it?
    MySQL is a database package. As for how you use it, as I said, cover the basics first.
    And sorry but I still have a question, how can i make a sistem for recuperating losted password?
    Basics basics basics
    Oh, and there's an "edit" button in the corner of your posts.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #16
    Join Date
    Apr 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you Twey, I will start right now to read the tutorial and I will come back soon.

  7. #17
    Join Date
    Jul 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi,
    I wanna develop a hospital management system using PHP. with login and stuff. I dont know anythng about it. Can anyone help?

  8. #18
    Join Date
    Jul 2008
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you don't know anything about PHP its best to learn tutorials, if you have a fair idea about it but are asking about which way you should go i'd do this:

    page 1: login script/ with verification - you will have to use the isset function, create cookies or sessions here
    page 2: your other stuff, in this page you will check if the person has indeed logged in.

    Also make sure that people who already have logged in can not access the login script page.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •