Name: Fagot 2010-02-11 20:08
how can I check if a wikipedia article exists using PHP?
thank you
thank you
<?= array_search(" <page>\n", file("http://en.wikipedia.org/wiki/Special:Export/$p", 0, stream_context_create(array("http" => array("user_agent" => "Sussman/(.)"))))) ?>