Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing the '£' symbol in a mySQL table

Status
Not open for further replies.

Rayz66

Programmer
Sep 3, 2002
30
0
0
GB
Hello there ... :)

Could someone tell me how I go about storing a pound symbol in an mySQL table.

Having executed the INSERT or UPDATE command, I SELECT the row and all the pound symbols have been changed to question marks (?).

Is there a trick to do this?

Thanks in advance.

Ray
 
What's your output medium?

If you're outputting to the web, perhaps storing it as "ampersandpoundsemicolon" (replace "ampersand" and "semicolon" with the appropriate symbols) will work. Want the best answers? Ask the best questions: TANSTAAFL!
 
That's the thing; it's not the output to the web that's the problem.

I enter the item via the web, and when I look at the mySQL table, it's actually stored on the database as a ? character.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top