Profile
Achievement
You have not received any achievements.ginoplusio's Recent SnippetsTagged mysql
- All /
« Prev 1 Next »
How to remap a value to another inside a mysql query select.
0
1077
posted 12 years ago by ginoplusio
Function to fix char set and collation on mysql tables, see [this link](http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/ "Fix encoding on db")
for examples and more infos.
1
1125
posted 14 years ago by ginoplusio
- fields on db with utf8_general_ci collation
- make this query after any connection
- put meta charset utf8
- read and write strings without problems
0
746
posted 15 years ago by ginoplusio
make a query and retrieve the first record, if error occurs show it and the query.
0
588
posted 16 years ago by ginoplusio