Can you do the strtoupper() in your query, using the appropriate Oracle
function?

Maybe it'll handle the different character sets better.

---John Holmes...

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 07, 2002 3:07 PM
Subject: [PHP] HTML or PHP problem? Please check this ...


I have a capture form using text fields.   This form receives data from the
user and then through a php module the data will be stored on an Oracle
database via ODBC.   All the data is converted to caps  using the
strtoupper() function.  However when the user writes characters like ñ the
strtoupper()  function changes the character (to another character but not
to Ñ, or the corresponding upper character), so the ODBC manager reports an
error message becouse he does not accept the converted character.

Does somebody knows how can I get the correct character converted ?

I will apprecciate so much your help !

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to