Hello,
Ok, I'm in need of some help with a mail system I am trying to integrate with my website. I have a local mail postage program that accepts XML commands for automatic processing.
I'd like to run the postage program from my website. The program can accept XML input from the clipboard, or from files that are saved in a specified dir. I can use PHP to format the contents of the XML into a string...
Now I just need to get that string saved locally somehow. Is there any way to save the contents of a string to the local clipboard (windows)?
I'm trying to think of the best way to do this... but I'm stuck.
Thanks!