|
Posted by Jerry Stuckle on 03/09/07 12:42
Justin wrote:
> Dear Jerry,
> The return parameters were actually provided by the provider...
> Purpose is for me to capture the status of the sent msg (delivered,
> undelivered, pending etc). but they already gave us a interface to
> check out on the status and it's not necessary for me to keep track on
> my own server. But if i do, all i have to do is to insert the
> parameters returned into my DB and then only clear the output buffer.
>
> The parameters i sent to them is different as i use require"http://
> xx.xx.xx?xx=xx"; to call the provider page so there shouldnt be any
> output on my side.
>
> Regards,
> Justin
>
Justin,
From your first post:
if situation a, echo abc
if situation b, echo abc then refresh to another page.
So you're not echoing abc.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|