> For the purposes of testing, I have been calling this PHP script:
>
> <?
> echo "response";
> ?>

Instead of the echo "response"; try creating a span with the id
response.  i.e. <span id="response">Write to here</span>

Reply via email to