HTTP Post

Post Reply
User avatar
cdmmaui
Posts: 653
Joined: Fri Oct 28, 2005 9:53 am
Location: The Woodlands - Dallas - Scottsdale - London
Contact:

HTTP Post

Post 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,
*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
User avatar
tnhoe
Posts: 83
Joined: Tue Nov 08, 2005 11:09 am
Location: Malaysia
Contact:

Post 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.
Regards

Hoe, email: easywin3@yahoo.com
Post Reply