[FIX]Fix To Registration

Newbie Spellweaver
Joined
Apr 22, 2006
Messages
40
Reaction score
0
expand GunzDB
expand Tables
expand dbo.accounts
expand columns
Then right click new colum name it E_Mail

all done =D
 
yea but myn if i use email i get this


Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 96

Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 96

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in c:\program files\easyphp1-8\www\index.php on line 97

Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 100

Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 100

and if i use E_mail i can register accounts but it keeps saying :: Error on account register try later ::
but the account is created
 
yea but myn if i use email i get this


Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 96

Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 96

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in c:\program files\easyphp1-8\www\index.php on line 97

Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 100

Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 100

and if i use E_mail i can register accounts but it keeps saying :: Error on account register try later ::
but the account is created
Change E_Mail in index.php to Email.
 
done that it works but 2 problems

Notice: Undefined index: act in c:\program files\easyphp1-8\www\index.php on line 78
Total Accounts: 8


when i creat account it works but says something else instead of account created

:: Error on account register try later ::
Total Accounts: 8

but account is created tough:ala:
 
done that it works but 2 problems

Notice: Undefined index: act in c:\program files\easyphp1-8\www\index.php on line 78
Total Accounts: 8


when i creat account it works but says something else instead of account created

:: Error on account register try later ::
Total Accounts: 8

but account is created tough:ala:
These are notices.
U can ignore them.
 
ok thanks now how do i make it so people can see my page =/
 
Back