Skip to content

Instantly share code, notes, and snippets.

@marks
Created August 24, 2013 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marks/6329518 to your computer and use it in GitHub Desktop.
Save marks/6329518 to your computer and use it in GitHub Desktop.
<?php
$xmlstr = file_get_contents("http://keywordorganizer.org/resources/app-resources/startup-messages.xml");
$xmldoc = new SimpleXMLElement($xmlstr);
$latestversion = $xmldoc->version[0]->latestversion;
echo "Make sure you have the latest version $latestversion!"
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment