I just executed the following SQL query
INSERT INTO send_sms (
  momt, sender, receiver, msgdata, sms_type
) VALUES (
  'MT', '1234', '1234567890', 'Hello world', 2
);

with proper values and my message sent successfully. The query was
executed using phpmyadmin, and the data was stored in sent_sms table.
But now the question is why the message is not getting stored when it
is sent from http interface ?

On Sun, Sep 26, 2010 at 6:12 PM, Harbhag Singh Sohal
<harbhag.so...@gmail.com> wrote:
> I am using sqlbox but my messages are not getting stored in the
> database. What can be the problem now ?
> What information is required from my side ?
>
> On Sun, Sep 26, 2010 at 12:31 AM, Harbhag Singh Sohal
> <harbhag.so...@gmail.com> wrote:
>>> PS: When asking for "relevant to error" log, we mean not the whole log, just
>>> an excerpt that corresponds to your failed attempt.
>> Alright, I got it.
>> Thanks for your responses. You are really helpful. I really appreciate
>> your efforts.
>>
>
>
>
> --
> Harbhag Singh Sohal
> Website : http://harbhag.wordpress.com/
>



-- 
Harbhag Singh Sohal
Website : http://harbhag.wordpress.com/

Reply via email to