Hi,
Got a script that displays data in a table, This script also places a submit button on the page which, when clicked, will call another script which makes changes to the data being displayed.
Once the 'called script has run and the relevant data has been changed, I want to redisplay the data on the 'first' page again.
What would be the best way to do this? Redirects from the 'called' script back to the 'first' page??
I don't want to combine the scripts......