Register page not sending data to database

Results 1 to 4 of 4
  1. #1
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    sad Register page not sending data to database

    Hey RageZone

    For a day or 2 now I have been working on a RevCMS skin getting all the styles sorted and layout done. I have got to the register page and have everything setup except for one thing, the register button doesn't send any data to the database.

    I am not sure if this is a very simple thing and I just haven't seen it or it is because I actually have something wrong with some files. One thing I know it could be is that not all the files are in yet but most of the main files needed for RevCMS skin.

    Please help if you can.
    Last edited by RetroPiggy; 20-07-14 at 11:43 PM.


  2. #2
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: Register page not sending data to database

    Please help

  3. #3
    Account Upgraded | Title Enabled! Jamal7 is offline
    MemberRank
    Dec 2013 Join Date
    547Posts

    Re: Register page not sending data to database

    Oke then

    Find this (Located in ./class.users.php) :

    if(isset($_POST['reg_username']))


    Go to your register.php

    And look for this :

    <input type="text" id="username" name="reg_username" value="">

    Look if :

    if(isset($_POST['reg_username'])) matches to <input type="text" id="username" name="reg_username" value="">

    Here you go ;)

    Maybe a like and some rep :$

  4. #4
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: Register page not sending data to database

    Quote Originally Posted by Sir Jamal View Post
    Oke then

    Find this (Located in ./class.users.php) :

    if(isset($_POST['reg_username']))


    Go to your register.php

    And look for this :

    <input type="text" id="username" name="reg_username" value="">

    Look if :

    if(isset($_POST['reg_username'])) matches to <input type="text" id="username" name="reg_username" value="">

    Here you go ;)

    Maybe a like and some rep :$
    Hello,

    Thanks for the help but I tried doing that and after sorting out the names I tried registering again and still no changes in the database.



Advertisement