The problem I have is that my "register.php" encrypts the password but I don't know how to just add text into the sql database?
I can easily add users to the table using the .php and login using the username & passwords but when I try to import data into the sql table I cannot login which is mainly due to the passwords not be encypted.
If I could code something which doesnt encrypt the passwords and just adds as text then this would solve my problem