Hi,

Say I have a 2 page website each have their own script, how can I make a page get a data form the other page? for example I have an int 1-10, page 1 took int 5; how can i make it so page 2 can't select int 5 because page 1 already have it?

Because webpages are "dead" once you go to another page, you have to pass the selected value/s to the new page. Either with a querystring or with a json string or a session variable or a temporary cookie.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.