Posted by Tim Roberts on 12/17/60 11:54
Fred Weinhaus <fmw@alink.net> wrote:
>
>I am relatively new to both PHP and AJAX so pardon my simple question,
>but how do you actually return the data that PHP processes back to the
>page that made the AJAX request? Can you be more specific?
The AJAX code makes a new request. PHP returns data exactly as if it were
responding to a normal web request.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
[Back to original message]
|