From: 7stud -- Date: 2008-04-25T13:02:04+09:00 Subject: Re: HTTP::Post - HTTP::Get (Can someone help me?) Fred wrote: > i can't follow you: > > Do you mean, that there can not be an submit button on a php page? > > 7stud -- schreef: Here's the deal. You can make requests to urls. Then a response will be sent back. There are no submit buttons: there are only urls and requests. So, you need to figure out what url you want to send a request to. If you send a request to that url and you don't get the response you want, then you either have a problem with your request, or there is a problem on the server side. -- Posted via http://www.ruby-forum.com/.