Antonio Bassinger a écrit :
Dear ALL,
I've an binary file with special (non-printable) characters including '<'
'/' & '>'. I retrieve this file from the database, into a variable
$binaryFILE.
$binaryMS = explode("",$binaryMMS);
foreach ($binaryFILE as $ii)
{
echo $ii;
try this :
echo htmlspecialchars($ii);
N F
}
However, no change in result.
Do I print character by character? I shall appreciate any pointers on
this
problem.
Many Thanks
Antonio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php