I am inserting submitted data into a table.
Here is the echoed SQL Query:
INSERT INTO adhocbills_lineitems (bill_seq, unitprice, quantity, sagenominalcode, description) values ('119', '10', '1', '4000', 'test product for £ pounds')
but when i look in the database, it says test product for £ pounds
how can i get rid of the Â
character when inserting?