Closed Thread
Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 77

Thread: Simple Register-Login-Logoff System

  1. #21
    Whitey's Avatar
    Whitey is offline Programming Professional
    Join Date
    Feb 2008
    Location
    Loveland, Colorado
    Posts
    254
    Rep Power
    18

    Hmm

    Dosn't seem to work for me.
    Btw why not make a config.php and require("config.php);

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

     
  3. #22
    Jaan Guest
    hmm.. wierd it works perfectly for me.. btw you can make this config if you want

  4. #23
    Whitey's Avatar
    Whitey is offline Programming Professional
    Join Date
    Feb 2008
    Location
    Loveland, Colorado
    Posts
    254
    Rep Power
    18
    When you go to register it just goes to the url you wanted with the ?something=regiser or something. But nothing happens. Doesn't add anything to the database or anything.. hmm but yeah its easy to make the config thing but was just suggesting.

  5. #24
    Jaan Guest
    hmm.. i had that problem also but i fixed it.. and now it works.. but but.. maybe there's something wrong with your php.. do you have php5?

  6. #25
    Norman's Avatar
    Norman is offline Newbie
    Join Date
    Feb 2008
    Location
    [Italy]
    Posts
    9
    Rep Power
    0
    Hi, I would like to set my registration/loggin/logout system within folders. I mean:

    mysite.com/register/index.php
    mysite.com/login/index.php
    etc.

    I've tryed with your system, but I get this error:

    Code:
     Notice:  Undefined variable:  act in c:\programmi\easyphp1-8\www\testsite\login\index.php on line 75
    Line 75: switch($act){

    Can you help me?

  7. #26
    Cody is offline Newbie
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0
    Nice tut man, its actually very simple! Good post

  8. #27
    Jaan Guest
    you're welcome

  9. #28
    phpforfun's Avatar
    phpforfun is offline Speaks fluent binary
    Join Date
    Feb 2008
    Posts
    1,232
    Blog Entries
    17
    Rep Power
    24
    You still have a bug I think..

  10. #29
    phpforfun's Avatar
    phpforfun is offline Speaks fluent binary
    Join Date
    Feb 2008
    Posts
    1,232
    Blog Entries
    17
    Rep Power
    24
    I found out what is wrong, it validates the username and pass for the username, thus if the pass is wrong it wont say the pass is wrong it will say the username is wrong

  11. #30
    Jaan Guest
    yup i noticed it..
    i'll fix it later today like i said in PM

Closed Thread
Page 3 of 8 FirstFirst 12345 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Login and Register Forms, using database
    By Zvone in forum Visual Basic Programming
    Replies: 2
    Last Post: 09-03-2011, 11:17 AM
  2. Simple Login/Register/Main Script
    By Whitey in forum PHP Tutorials
    Replies: 40
    Last Post: 09-27-2010, 12:25 AM
  3. Login Script - With MySql - Register
    By jthom263 in forum PHP Development
    Replies: 1
    Last Post: 05-08-2010, 04:10 AM
  4. Login/Register Script
    By Whitey in forum PHP Development
    Replies: 6
    Last Post: 06-07-2008, 10:34 AM

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