Re: [PHP-INST] Re: Variables

2002-06-29 Thread Jason Reid
AIL PROTECTED]> Sent: Saturday, June 29, 2002 12:16 PM Subject: [PHP-INST] Re: Variables > Perhaps you should write a string into $usuario before you use strtoupper > ...? > > > [EMAIL PROTECTED] schrieb in Nachricht > <[EMAIL PROTECTED]>... > >I have W2k and II

[PHP-INST] Re: Variables

2002-06-29 Thread Uwe Birkenhain
Perhaps you should write a string into $usuario before you use strtoupper ...? [EMAIL PROTECTED] schrieb in Nachricht <[EMAIL PROTECTED]>... >I have W2k and IIS 5.0 but i have a problem: > >PHP don't cach the values of the form: >$usuario = strtoupper($usuario); >Echo "Hola $usuario"; >?> > > T