Jump to content

Kia

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Posts posted by Kia

  1. This has been a while now.

    I am still looking for an answer with this issue.

     

    I have added the line

     

    AddModule mod_rewrite.c

     

    on the line below

     

    LoadModule rewrite_module modules/mod_rewrite.so

     

    but everytime I uncomment it and try to restart Apache it fails as soon as I comment it out Apache will restart with out problems.

     

    I have check via phpinfo.php and the rewrite module is not showing up.

     

    I have direct access to my server (no uploading/ftp or anything) and I have direct access to the conf file.

     

    thanks in advance kia

  2. **SOLVED**

     

    Part of a registration code I am using saves user details into a mysql database.

     

    the database is there and has access (logins can be called from the database).

    the user fills in a basic form and the details are supposed to be entered into the database.

     

    join.php

    $query="INSERT INTO users (uid, username, password, first_name, last_name, country, email, last_paid, signup_date) VALUES ('','$susername', '$spassword', '$sfirst_name', '$slast_name', '$scountry', 'free', '$nowdate')";
                mysql_query($query);

     

    join.php calls another .php early on which contains the database login details.

    the user gets a "success screen" and their randomly generated password is emailed to them (this bit works), however the details never make it into the database.

     

    the login screen (I have manually entered several users for test purposes) uses the same .php file to get it's database login info and successfully completes queries to validate the user info.

     

    any suggestions welcomed

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.