This topic is locked

SQL Login

1/6/2008 20:43:17
PHPRunner General questions
D
Dart author

I have seen the tutorial's that says: In the database change types of username and password fields from CHAR to VARCHAR. If these fields are specified as CHAR with fixed length, for example CHAR(10), then username and password that are written to the database are padded with trailing spaces up to the fixed length.
But how do I get to the SQL to cahnge this.