I've got an upload script that generates some stuff in relation to uploads eg
File foo.jpg uploaded succesfully<br />
File bar.tiff failed to upload!
...
This is all part of a variable called $message
. How could I pass this to another php script?
Thanks for any help