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 newbie help

Discussion in 'Web Development' started by watchwolf, Sep 8, 2007.

  1. watchwolf

    watchwolf New Member

    Ok I am sorta new at working with templates and all but I usually manage to make it work the way I like but I am sorta stumped on where to go on this... so here is my question. I am using a template i down loaded from here and on the page it has a registration function and my question is how or where do I go to make it so people have to register their user name and password?
     
  2. lmfrench

    lmfrench New Member

    Search for "free login script" in google...that would probably turn up a good solution
     
  3. watchwolf

    watchwolf New Member

    ty for that info. Ok so now i have found a script to use but not sure as to where to enter it in the body. i am using the game zone template. the script i have is in html format, which leads me to another question, is better to use php/mysql or stay with html coding?
     
  4. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    php is used in the body which you can link to mysql if you plan on alot of logins if not just use a cgi bin located in your main directory.
     
  5. lmfrench

    lmfrench New Member

    Good answer ishkey! ;)