[PHP-DB] Character encoding issues: Pound-sign £ becomes a ú - why?

2005-12-13 Thread Alex Gemmell
Hello, I'm experiencing some odd character encoding issues. My PHP webpage is displaying test from a MySQL database. What happens is that I export data from an SQL Server database to a MySQL (4.0) database. Somewhere along the line the British currency pound-sign £ becomes a ú (u with

[PHP-DB] Re: Minor Change

2005-12-13 Thread kc68
Thanks to everyone for your help. It was a minor problem with the variables. Out of practice. Ken -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Character encoding issues: Pound-sign £ becomes a ú - why?

2005-12-13 Thread David Boddie
At 07:01 AM 12/13/2005, Alex Gemmell wrote: Hello, I'm experiencing some odd character encoding issues. My PHP webpage is displaying test from a MySQL database. What happens is that I export data from an SQL Server database to a MySQL (4.0) database. Somewhere along the line the British

Re: [PHP-DB] Character encoding issues: Pound-sign

2005-12-13 Thread Grant Croker
-Original Message- From: Alex Gemmell [EMAIL PROTECTED] Date: 13/12/2005 14:07 Hello, Hi I'm experiencing some odd character encoding issues. My PHP webpage is displaying test from a MySQL database. What happens is that I export data from an SQL Server database to a MySQL

[PHP-DB] Classes and Includes

2005-12-13 Thread Craig Hoffman
Hi There, Question: How do I include a file or another class, such as a database connection (table, username, password, etc...) into a class? I don't want to to change the username and password on every class(file) that I upload to the server? I'm just picking up this OO stuff, I'm

Re: [PHP-DB] Classes and Includes

2005-12-13 Thread Joseph Crawford
include_once('database.php'); -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

RE: [PHP-DB] Character encoding issues: Pound-sign � becomes a � - why?

2005-12-13 Thread Bastien Koert
Check that you are using the same ASCII character sets all around, in the db, in the html output Bastien From: Alex Gemmell [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Character encoding issues: Pound-sign £ becomes a ú - why? Date: Tue, 13 Dec 2005 13:01:36 + Hello,