AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.224.45.82


Current Path : /var/www/lhjmq-records.qc.ca/public_html/
Upload File :
Current File : /var/www/lhjmq-records.qc.ca/public_html/mysql.php

<?php
include('includes/mysql_server_setup.php');

//Set the character sets
mysql_query('SET character_set_results = utf-8', $mysql_link);
mysql_query('SET character_set_client = utf-8', $mysql_link);

echo mysql_client_encoding();
mysql_close();
?>