Hi,
PPG stands for "Push Proxy Gateway" and was introduced in WAP 1.2 spec. It
is for pushing wap messages with wapbox. Since these messages are also
pushed over SMS, it is possible to also push simple, properly encoded
messages over smsbox.
BR,
Nikos
----- Original Message -----
From: "XEN-Housing s.r.o." <[email protected]>
To: <[email protected]>
Sent: Thursday, March 17, 2011 10:09 AM
Subject: Re: explain push sms ppg
PPG i do not know to explain.
That's a part of Oracle handling code.
d_querys contain PLSQL code for oracle, where code is included between
begin and end. PLSQL is similar language like PASCAL. There is calling
oracle stored procedure T with params
s_from and tmp_message.
DΕ�a 17. 3. 2011 9:03, [email protected] wrote / napΓsal(a):
can anyone explain group=ppg use for push sms and what parameters to be
given
from php application to send sms.
please also expialin what "begin t" means.
$d_querys = "begin t('$s_from','$tmp_message');end;";
$cursors = @OCIParse ( $pconnection, $d_querys);
@OCIExecute ($cursors);