13.10.2011, 05:30
Quote:
CURRENT NOTES 1. Change the query sizes if you are using a lot of variables. 2. Field names are case sensitive 3. Post any bugs here . 4. All passwords are hashed with SHA1, that means you cannot decrypt SHA1 passwords once they are set. For more information, visit the Wikipedia Page 5. For all strings, you must surround them with ' and '. So a string would be represented as username = '%s' and not username = %s. |