+ Reply to Thread
Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 59

Thread: Creating login/registration forms with php

  1. #41
    cakka is offline Programmer
    Join Date
    Jun 2008
    Location
    Jakarta - Indonesia
    Posts
    192
    Rep Power
    0

    Re: Creating login/registration forms with php

    thanks for this tutorial....
    it will helpful for me

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #42
    mcbc007 is offline Newbie
    Join Date
    Oct 2010
    Posts
    1
    Rep Power
    0

    Re: Creating login/registration forms with php

    ur great men!!!!!! its very usefull for the website i create... thanks a lot

  4. #43
    eung is offline Newbie
    Join Date
    Oct 2010
    Posts
    1
    Rep Power
    0

    Re: Creating login/registration forms with php

    great.. thank u

  5. #44
    kokotas is offline Newbie
    Join Date
    Dec 2010
    Posts
    7
    Rep Power
    0

    Re: Creating login/registration forms with php

    hey thanks for the script, very useful. However when I try to login it just loads the same page no matter if the username/password are correct or wrong. Isn't it suuposed to show me a logged in message? Can anyone help with that?

  6. #45
    Join Date
    Jun 2010
    Location
    Vancouver, Eh.
    Posts
    4,014
    Blog Entries
    7
    Rep Power
    39

    Re: Creating login/registration forms with php

    Quote Originally Posted by kokotas View Post
    hey thanks for the script, very useful. However when I try to login it just loads the same page no matter if the username/password are correct or wrong. Isn't it suuposed to show me a logged in message? Can anyone help with that?
    The login form contains this:
    Code:
    <form action="index.php" method=get>
    You can change index.php to the login page you wish to use, you are most likely POSTing to the wrong page so it fails to act.
    Be sure to read the updated FAQ || Health is achieved through 10,000 different steps.
    A textual description can be only part of your question, be sure to provide sample results, errors and your platform in the appropriate forums while asking.

  7. #46
    kokotas is offline Newbie
    Join Date
    Dec 2010
    Posts
    7
    Rep Power
    0

    Re: Creating login/registration forms with php

    thnx for the reply! No that was not the issue. It was a server thing. I contacted the server administrator and he fixed it

  8. #47
    oscarbk is offline Newbie
    Join Date
    Jan 2011
    Posts
    2
    Rep Power
    0

    Re: Creating login/registration forms with php

    How did you solve it???

  9. #48
    oscarbk is offline Newbie
    Join Date
    Jan 2011
    Posts
    2
    Rep Power
    0

    Re: Creating login/registration forms with php

    Hi, guys, look I downloaded the files, I had placed it in a directory in my website server, I already create the database, everything works perfect... only in FireFox (I get Access, I can create user, I check the DB in PHPmyAdmin, and it runs great,... but when I run it in Safari, IE7,8,9, and Chrome it does not work., what could be the problem? I have the same page, I put a correct user/pass and the page doesn't change, I tried filling it with a wrong user to get the error message, but the page doesn't change.
    Server problem maybe? but how it works in FF?
    Pls Help me!, It's frustating.

  10. #49
    oldbrown is offline Newbie
    Join Date
    Feb 2011
    Posts
    3
    Rep Power
    0

    Re: Creating login/registration forms with php

    Can you please give a hint as to how to allow members to their own pages. I know you use sessions, but how can I do it? Example of what I mean - 1. Bob registers via a registration form. 2. Bob then goes to Bobs private page where no one else has access, only Bob. Any help will be greatfully appreciated

  11. #50
    Join Date
    Jun 2010
    Location
    Vancouver, Eh.
    Posts
    4,014
    Blog Entries
    7
    Rep Power
    39

    Re: Creating login/registration forms with php

    Quote Originally Posted by oldbrown View Post
    Can you please give a hint as to how to allow members to their own pages. I know you use sessions, but how can I do it? Example of what I mean - 1. Bob registers via a registration form. 2. Bob then goes to Bobs private page where no one else has access, only Bob. Any help will be greatfully appreciated
    See your other question, I have answered. Try to create a new thread rather than posting no many others, the author(s) may still not be around.
    Be sure to read the updated FAQ || Health is achieved through 10,000 different steps.
    A textual description can be only part of your question, be sure to provide sample results, errors and your platform in the appropriate forums while asking.

+ Reply to Thread
Page 5 of 6 FirstFirst ... 3456 LastLast

Thread Information

Users Browsing this Thread

There are currently 10 users browsing this thread. (0 members and 10 guests)

Similar Threads

  1. Secure Registration and Login for CMS
    By iamchristill in forum PHP Development
    Replies: 2
    Last Post: 11-01-2011, 06:17 PM
  2. Login and Register Forms, using database
    By Zvone in forum Visual Basic Programming
    Replies: 2
    Last Post: 09-03-2011, 11:17 AM
  3. Problem with creating forms with same dimension.
    By chax in forum Visual Basic Programming
    Replies: 2
    Last Post: 08-12-2011, 09:46 PM
  4. Link my user registration/login to my blog?
    By wheay in forum Database & Database Programming
    Replies: 2
    Last Post: 04-26-2011, 10:25 AM
  5. creating forms with php
    By achi in forum PHP Development
    Replies: 2
    Last Post: 03-23-2009, 08:24 AM

Tags for this Thread

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