Importing username and password

admin

Administrator
Staff member
Hello-

Not even a newbie, I am using PHP with mysql just to do some job without previous knowledge on programming.

The task is:

Let students login with userid, password, and student id; and see his/her own grade and performance.

Even though (I believe) the script is not neat and efficient, registration and login scripts worked ok.

But, I have a text file with student information which I want to import into database (mysql).

I have done this - via IMPORT function.

The problem is the userid and password are not working properly with imported data. (some data input from the registration.php work fine, though).

My just blink guess is that there is "space" characters involved in this. But, I don't know how to handle this......

I have search the forums using various key words, but couldn't find suitable threads... Would you help me out, please?
 
Back
Top