Hi,
I've been trying to get a PHP script to pass data to an ASP script. (don't ask why)
I just can't seem to get it to work.
I've tried session variables - no luck
I tried cookies - no luck
I can't use querystrings cos there's too much data.
I can't even find out where I can send POST data without the user submiting a form.
My next step is to use files, but each user will need a unique filename and the file would have to be deleted after the ASP script was finished.
Any ideas? Please help me or soon I'll have no hair left ;o)
Thanks,
Lee