Can anyone tell me what the issue is with inserting a pound sign (£) into a MySQL database with PHP and retrieving it back out the database?
I haven't received an error, but when I use the following code the information just stops and does not render any further:
Code:
<?php
if (mysql_num_rows($result)) {
$row = mysql_fetch_assoc($result);
echo $row["moreinfo"]
}
?>
$row["moreinfo"] contains data like 'Paid £10,000'
Cheers,
Picco
www.crmpicco.co.uk
www.ie7.com