It doesn't seem to work, no notifications, just the register page, doing nothing when I submit it (just refreshes, no outcome).
Link here:
ExtremeGamers GunZ - Account Registration
It doesn't seem to work, no notifications, just the register page, doing nothing when I submit it (just refreshes, no outcome).
Link here:
ExtremeGamers GunZ - Account Registration
Very easy fix, just allow varchar for sex column in Account table.
Just open your eyes:
See this "failed when converting the varchar value 'Male'"Code:Warning: mssql_query() [function.mssql-query]: message: Conversion failed when converting the varchar value 'Male' to data type tinyint. (severity 16) in C:\WAMP\www\mpog\mod_register.php on line 92 Warning: mssql_query() [function.mssql-query]: Query failed in C:\WAMP\www\mpog\mod_register.php on line 92
=)
I didn't see it lol. Firefox isn't showing it. Thanks!
I just changed the values for the field Sex to 0 and 1.