search for: kretzler

Displaying 2 results from an estimated 2 matches for "kretzler".

Did you mean: kreitzer
2008 Jul 14
3
insert select statements from different database
Hello, i want to insert a select field into my form. The fields of the select-field should come from a database that is created in a different modell in the same project. I donĀ“t need relations simply the content from one field in the table that should populate the select-field. How can i do this? The selected item from the select-field will then be saved amoung other fields in a second database
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