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?
To clarify, I do not want the two tags to contain the same PHP output. The first tag should contain the PHP output but the second tag should hold a string that was created in the script.