show/hide this revision's text 3 deleted 23 characters in body

As far as I understand it, the Wikipedia software converts the Wiki markup into HTML when the page is requested. So using your current method, you'll need to deal with the results.

A good place to start is the Mediawiki API. You can also use Text_Wikihttp://pear.php.net/package/Text%5FWiki to format the results retrieved via cURL.

show/hide this revision's text 2 added 96 characters in body

As far as I understand it, the Wikipedia software converts the Wiki markup into HTML when the page is requested. I don't think So using your current method, you'll be able need to get the HTML of deal with the articles via your present methodresults.Perhaps you should take a look at

A good place to start is the Mediawiki API. You can also use Text_Wiki to format the results retrieved via cURL.

show/hide this revision's text 1

As far as I understand it, the Wikipedia software converts the Wiki markup into HTML when the page is requested. I don't think you'll be able to get the HTML of the articles via your present method. Perhaps you should take a look at the Mediawiki API.