0

I am trying to code a Wikipedia search and return script. What I am trying to achieve is when a user enters a search query in my text box, it searches Wikipedia for that query and returns the result. very simple. I am having problems using Wikipedia API and Don't understand it all. If anyone could help me or knows a tutorial site that would benefit me, I'll be greatfull.

James
  • 61
  • 1
  • 7
  • Did you read everythink here: http://en.wikipedia.org/w/api.php ? – ZeroSuf3r Aug 20 '12 at 16:51
  • @wallyk 'possible duplicate of Is there a Wikipedia API'. I'm not asking if there is a API - I know there is one. This is a completely different question. – James Aug 20 '12 at 16:55

1 Answers1

2

Have a look at this tutorial. Might be of help.

Chimera
  • 5,884
  • 7
  • 49
  • 81