SQL UCP
#6

What I would usually do in this situation is debug my code.

First, find out exactly WHERE the script is returning "incorrect details".

If the script is failing during a password comparison,

Echo the two passwords being compared and make sure they are the same, ie. one is not cut off.

If the script is failing during an SQL query,

Add an error echo to find out the problem with the query.
example:

PHP код:
...
if (!
$SQLResult) {
    echo(
"Error Message: "$MySQLi->error);

If the script is failing somewhere else, please give me info on what is happening where the fail occurs.
Reply


Messages In This Thread
SQL UCP - by FShiwani - 12.11.2013, 18:09
Re: SQL UCP - by Riddy - 12.11.2013, 19:14
Re: SQL UCP - by SchurmanCQC - 12.11.2013, 19:15
Re: SQL UCP - by FShiwani - 12.11.2013, 19:21
Re: SQL UCP - by Riddy - 12.11.2013, 19:22
Re: SQL UCP - by SchurmanCQC - 12.11.2013, 19:31
Re: SQL UCP - by FShiwani - 12.11.2013, 19:38
Re: SQL UCP - by SchurmanCQC - 12.11.2013, 21:17
Re: SQL UCP - by FShiwani - 14.11.2013, 11:19

Forum Jump:


Users browsing this thread: 1 Guest(s)