So I have this template that has a login

Discussion in 'PHP and MySQL' started by eclecticpixie, Sep 18, 2007.

  1. eclecticpixie New Member

    and I have a pretty good idea what I want to do with it, make some stuff member viewing, etc.

    Problem is, I need a login/ signup script that actually works :confused:

    Does anyone know how/ have any links where I can make this possible?

    I need it for this site.
  2. lmfrench New Member

  3. eclecticpixie New Member


    Wow, I have no idea how to do that (joomla)

    XD!

    and everytime I end up on a script from google, it doesnt specify WHAT I'm supposed to name the things. It's just like
    "Now for the registration you just insert this code right here!"

    How am I supposed to know what to call them?
  4. lmfrench New Member

    I really don't know, it depends on your database. If you set up a database you would name it there, then you would know.
  5. Anders Moen New Member

    Well, first it could be an idea to tell us what your fields in the different tables you have. That'd help us help you make a code ;)
  6. elegos New Member

    If you've got your own database, and you have to do it all by scratch, I'll suggest to follow this guide made by myself right now just for you :D


    P.S.
    now the code can be optimized, this is an 'on the fly' login system, but you should understand it's logic ^^

    Cheers