Check if new version available? |
[eluser]adityamenon[/eluser]
Hi, I would do this using the main page of http://codeigniter.com/ Just navigate to html->body#home->div#wrapperWit->div#gooey->div#home_banner->ul->li[0]->em using simplehtmldom(http://simplehtmldom.sourceforge.net/), DOMDocument Class(http://php.net/manual/en/class.domdocument.php) or any other DOM parser of your choice ![]() That html code never changes AFAIK, just set up your script so that you get an email whenever the version value is not returned. This way, you will know when you need to make changes to your script whenever EllisLab decides to change the markup on the home page. |
Messages In This Thread |
Check if new version available? - by El Forum - 06-20-2011, 03:51 AM
Check if new version available? - by El Forum - 06-20-2011, 04:09 AM
Check if new version available? - by El Forum - 06-20-2011, 04:47 AM
Check if new version available? - by El Forum - 06-20-2011, 05:54 AM
Check if new version available? - by El Forum - 06-20-2011, 05:59 AM
Check if new version available? - by El Forum - 06-20-2011, 06:08 AM
Check if new version available? - by El Forum - 06-21-2011, 12:15 AM
Check if new version available? - by El Forum - 06-21-2011, 12:53 AM
Check if new version available? - by El Forum - 06-21-2011, 01:51 AM
Check if new version available? - by El Forum - 06-21-2011, 05:22 AM
Check if new version available? - by El Forum - 06-21-2011, 05:37 AM
Check if new version available? - by El Forum - 06-21-2011, 05:53 AM
Check if new version available? - by El Forum - 06-21-2011, 07:54 AM
Check if new version available? - by El Forum - 06-21-2011, 08:00 AM
|