NSURL
NSURL
- Subject: NSURL
- From: Thierry Bucco <email@hidden>
- Date: Thu, 11 Sep 2003 08:48:37 +0200
Hi,
To post data to a cgi script and get returned value it's easy, here is
a code I used to get nasdaq quote.
NSString *valueStock = [NSString stringWithContentsOfURL:[NSURL
URLWithString:[NSString
stringWithFormat:@"
http://quotes.nasdaq.com/
Quote.dll?page=multi&mode=Stock&symbol=%@", StockCode]]];
Hope this help.
thierry bucco
sockho.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.