[Techtalk] php help

Maria McKinley mariak at mariakathryn.net
Thu May 30 02:33:46 UTC 2013


Hi there!

I am getting weird characters at the bottom of my php page outputs, and I
can't figure out why. My searches tell me it is related to character
encoding, but I can't figure out where else I could change the encoding.

ella:~# echo $LANG
en_US.UTF-8

I've set encoding for utf-8 in /etc/apache2/conf.d/charset and php.ini

To look at what I am talking about at the very bottom of this page are the
weird characters:

http://www.shadlenlab.columbia.edu/test.php

This is a very simple php page:

<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>

The characters do not show up on an html page with no php. Any ideas?

thanks,
Maria


More information about the Techtalk mailing list