1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP So I have this template that has a login

Discussion in 'Web Development' started by eclecticpixie, Sep 18, 2007.

  1. eclecticpixie

    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

    lmfrench New Member

  3. eclecticpixie

    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

    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

    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

    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