hi there... can someone tell me how i can display my echo statement correctly? i'm using french characters but the output is crazy...
my php code:
the result:
i really hope there's a simple fix to this...
my php code:
Code:
<?php echo "Montréal"; ?>
Code:
Montréal
Comment