Re: [PHP-DB] keeping form field data when reloading a form

2002-08-29 Thread Lukas Boldrino
yes thats right "Russ" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]. .. Chip: Just use the names of the fields as the values too: HTH :-) Russ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 1:58

[PHP-DB] odbc data sort problem (i think) :)

2002-08-29 Thread Lukas Boldrino
hey guys ! I´m trying to use a if syntax to compare data and preselect radiobuttons. I tried it like that: if ($checked == "Patch") $checked6 = "bla"; With numbers it works great but with char my $checked6 variable is empty ! I know php is case sensitive and I´m sure that problem is not the "ca

[PHP-DB] Re: odbc data sort problem (i think) :)

2002-08-29 Thread Lukas Boldrino
i got the problem. the odbc driver fills unuses spaces in a row with blanks. goddamn *g* cu "Lukas Boldrino" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hey guys ! > > I´m trying to use a if syntax to compare data and pre