well, kinda

basically all i wanna do is have some sort of way where i have a string of data send to a website, it doesnt have to use email, could use sockets but most web hosts dont allow socket creation on there service

you can use a forked process, but again they dont like that.

i thought email might be simple, but I suppose if i had a perl script that took the input from a special http request of something, not sure really

any ideas??

cheers

i2c