DrupalBin
Submit Code
About
Recent Posts
Code
2 hours 44 min
ago
Code
5 hours 56 min
ago
Fix for Code
6 hours 6 min
ago
d5, hook_comment, trying to force an input filter format
9 hours 23 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
scraper
scrape it up
July 16, 2008 - 7:26pm — Anonymous
$xml
= simple_get_xml
(
'http://www.cotrip.org/atis/web.TraveltimeMarshal'
)
;
$table
=
$xml
->
xpath
(
'/html/body/table[3]'
)
;
foreach
(
$table
[
0
]
->
tr
as
$item
)
{
if
(
count
(
$item
)
==
1
)
{
scraper
SimpleXML
xml
Read more