PDA

View Full Version : Delphi help needed.. (Could be basic, not sure - I'm a newbie)


Gre4t
06-14-2005, 08:15 AM
Well, I will ask two questions in the one thread - saves making two threads.

First of all, I want to know if it's possible to send the content of a text/edit box to a webserver? If so, would I need a PHP script to pick it up at the server's end? Could someone please provide and example, or perhaps a tutorial with some assistance on this idea.

Secondly, I would like to know how you make a Delphi application have a frame containing a specific webpage. (Say the URL was http://www.mydomain.com/index.php) Once again, if someone could provide an example/tutorial, it would be greatly appreciated.

Thanks in advance...
Michael

JamieR
06-14-2005, 01:26 PM
First of all, I want to know if it's possible to send the content of a text/edit box to a webserver?

Yeah I think it's possible, however I know absolutely no delphi so I can't help you with the coding side of things. However I've seen something like this in the past usually with certain viruses which upload info from peoples computers to webservers, so it *must* be possible.

Jamie.