This might sound silly since I'm a newbie but what would be the best way to call the API from a php script ? This is what I did :-
<?php echo exec( "lynx -dump http://en.wikipedia.org/w/api.php?action=opensearch&search=Malaysia&format=xml" ); ?>
Any suggestions?