RE: Pound (£) Symbol and MySQL

2001-06-08 Thread Neil Zanella
ED]] > > Sent: 07 June 2001 21:53 > > To: [EMAIL PROTECTED] > > Subject: Pound (£) Symbol and MySQL > > > > > > Hello All, > > > > When I insert data submitted via a web page into mySQL, the pound (£) > > symbol gets converted to something like

RE: Pound (£) Symbol and MySQL

2001-06-08 Thread technical Support
1:53 > To: [EMAIL PROTECTED] > Subject: Pound (£) Symbol and MySQL > > > Hello All, > > When I insert data submitted via a web page into mySQL, the pound (£) > symbol gets converted to something like &8916. > > I am using PHP and Apache on the Server side. > >

Pound (£) Symbol and MySQL

2001-06-08 Thread technical Support
Hello All, When I insert data submitted via a web page into mySQL, the pound (£) symbol gets converted to something like &8916. I am using PHP and Apache on the Server side. Has anyone else encountered this strange problem? *

Re: Pound (£) Symbol and MySQL

2001-06-08 Thread Hasan Niyaz
June 08, 2001 1:52 AM Subject: Pound (£) Symbol and MySQL > Hello All, > > When I insert data submitted via a web page into mySQL, the pound (£) > symbol gets converted to something like &8916. > > I am using PHP and Apache on the Server side. > >

Re: Pound (£) Symbol and MySQL

2001-06-07 Thread Rolf Hopkins
- Original Message - From: "technical Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 4:52 Subject: Pound (£) Symbol and MySQL > Hello All, > > When I insert data submitted via a web page into mySQL, the pound (£) >

Re: Pound (£) Symbol and MySQL

2001-06-07 Thread Zak Greant
Check for a call to htmlentities() in the PHP code. That is probably the cause of the behavior. --zak - Original Message - From: "technical Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 2:52 PM Subject: Pound (£) Symbol a