Using Ajax and PHP to write to two different HTML

Posted by user337786 on Stack Overflow See other posts from Stack Overflow or by user337786
Published on 2010-05-23T08:17:12Z Indexed on 2010/05/23 8:20 UTC
Read the original article Hit count: 268

Filed under:
|

I'm trying to use Ajax to call a PHP script to write to two different HTML tags. The PHP script generates a string that is unique every time. So, I cannot call the PHP script twice. Are there any creative ways to write to two different HTML tags using the same call to the script?

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX