Displaying 1 result from an estimated 1 matches for "uebergabe".
Did you mean:
ubergabe
2008 Jul 23
2
accessing the keyname and the value
Hello
in PHP i can access the Keynames of an array by using this option:
while(list($k,$v) = each($uebergabe)) {
if($k <> "Abschicken" ){
$koepfe[] = $k;
$werte[] = $v;
}//if
}//while
I want do use this in rails do make my code more flexible. I have a
database a...