Skip to content

Commit

Permalink
Update: Add a little more information about possible use of UTF8 charset
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Dec 5, 2022
1 parent fe28d4b commit 0bb0ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/server_side/scripts/server_processing.php
Expand Up @@ -55,6 +55,7 @@
'pass' => '',
'db' => '',
'host' => ''
// ,'charset' => 'utf8' // Depending on your PHP and MySQL config, you may need this
);


Expand Down
1 change: 1 addition & 0 deletions examples/server_side/scripts/ssp.class.php
Expand Up @@ -78,6 +78,7 @@ static function data_output ( $columns, $data )
* * db - database name
* * user - user name
* * pass - user password
* * Optional: `'charset' => 'utf8'` - you might need this depending on your PHP / MySQL config
* @return resource PDO connection
*/
static function db ( $conn )
Expand Down

0 comments on commit 0bb0ae7

Please sign in to comment.