Jump to content

Storing data to replicate elsewhere on page


knox203

Recommended Posts

Hello everyone, I'm using a DHTML calendar I found on the net, and have it set up so users can select multiple dates. As soon as they select a day, the value goes to a <div id="calendar-output">. I want to display this area on two different parts of the webpage but am realizing I can't have two <div> sections with the same id. Is there any way using PHP that I can store the data that goes to a <div> so I can then use the PHP function to replicate the values elsewhere on the page? I suppose I could spend time trying to modify the actual Java code to make it support multiple outputs, but would be preferred if I could just accomplish this with PHP.

 

Thanks!

- Adam

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.