how to move data from one webpage to another
Posted: Wed Jan 23, 2008 7:29 pm
I have tried researching this but the obvious terms (post, get) are too common. (the search on this site refuses those terms) They all mention doing it with forms. I have successfully used a form to post data to another webpage.
What I really want to do is post that data without using a form. Basically straight from a database to another website. I have read that using the http://www.webpage.com/?variable1=something method will not work for large amounts of data (say, several large paragraphs of text)
Can someone give me a head start on this? If I can just find some decent references or even better search terms, I can probably put together the code.
thank you
Richard
What I really want to do is post that data without using a form. Basically straight from a database to another website. I have read that using the http://www.webpage.com/?variable1=something method will not work for large amounts of data (say, several large paragraphs of text)
Can someone give me a head start on this? If I can just find some decent references or even better search terms, I can probably put together the code.
thank you
Richard