[PHP-DB] Charset/SQL

2006-05-29 Thread Oliver Block
Hi list, I get data from an HTML page that has charset UTF-8 (meta-element) and the table has $encoding=mysql_client_encoding(...). Now I do a $result = mysql_query(iconv("UTF-8", $encoding, $sql), $db_handle); to change encoding of user data. $sql is the complete SQL query. Might there be

[PHP-DB] Weird database entry

2006-05-29 Thread Mark Fellowes
I checked my registration table recently and found 3 weird entries. First, this is where someone registers a username and password. The password is generated but encrypted , and an email link must be responded to activate the account , which these were not but it kind of threw me anyway. This

Re: [PHP-DB] Weird database entry

2006-05-29 Thread Chris
Mark Fellowes wrote: I checked my registration table recently and found 3 weird entries. First, this is where someone registers a username and password. The password is generated but encrypted , and an email link must be responded to activate the account , which these were not but it kind of thr