Hi All im having trouble echoing out some data from my database which includes pound signs (£) it swaps them for a ?
i've tried inserting them in the db as just £ and i've tried inserting them as £ but get the same output
im just doing a simple <?php echo $row['details']?>
any ideas as to why?
thanks
Luke
i've tried inserting them in the db as just £ and i've tried inserting them as £ but get the same output
im just doing a simple <?php echo $row['details']?>
any ideas as to why?
thanks
Luke
Comment