Hi,
You can use WebRequest to accomplish this functionality.
The following article describes how to use WebRequest object to post to a
PHP page
http://www.codeproject.com/ce/PHPwriter.asp
Hope this helps...
Girish.
"Aris" <(E-Mail Removed)> wrote in message
news:3d5701c3aa98$dc0398c0$(E-Mail Removed)...
> I want to send the following data to an ASP page when the
> user clicks a button:
>
> http://www.mydomain.com/demo.asp?
> name=yourname&email=youremail
>
> Is this possible using WebRequest and WebResponse or is
> there another way?
>
> Thanks in advance