Displaying 2 results from an estimated 2 matches for "koepfe".
Did you mean:
koepf
2004 Nov 19
2
app_sms: problems sending a sms
Hello,
i try to send out a sms, but with no success.
The trunk is a E100P, and the sms should go out to the
Telekom SM-SC. What i want to to at the first run is,
sending out a sms when a certain number is dialed.
I tried:
In extensions.conf:
exten => 35953,1,SMS(${TRUNK}/9350193010,,0179NUMBER,"Hi there")
exten => 35953,2,SMS(${TRUNK}/9350193010)
exten => 35953,3,Hangup
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 and in the showview it is displayed like this:
<p>
<b>Zeitung:</b>
<%=h @auftrag.zeit...