Page 1 of 1

HTTP Post

Posted: Wed Jun 07, 2006 11:56 pm
by cdmmaui
Hello,

I need to use http post method to post html content to a website, receive a response (html format) from the website and parse the contents of the website response. Can anyone provide an working example on how to perform this function?

I would appeciate your help!

Thank you,

Posted: Fri Jun 09, 2006 3:01 pm
by tnhoe
sound like you need a web application to update dbf/cdx

Try free xScript (clipper/xHarbour syntax) :
http://www.xharbour.com/index.asp?page= ... 8&show_i=1

or ActiveFoxproPage (foxpro syntax) :
www.afpages.com


All you need is :-
- web server : IIS, Apache
- input screen : html/javascript
- dbf/cdx read/update : xScript/AFP

Sandeep did show me his xScript sample.
I personally use AFP.