[PHP] Need help... getting information from external xml document

2004-09-23 Thread GH
I am new to php and xml and would like to know how I can set a
variable (i.e $terror_threat_level) equal to the value of
Threat_Advisory's Condition in the following that is available at
http://www.dhs.gov/dhspublic/getAdvisoryCondition ...

  ?xml version=1.0 encoding=UTF-8 ? 
  THREAT_ADVISORY CONDITION=ELEVATED / 

can anyone help?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Need help... getting information from external xml document

2004-09-23 Thread Matt M.
   ?xml version=1.0 encoding=UTF-8 ?
   THREAT_ADVISORY CONDITION=ELEVATED /
 
 can anyone help?

start looking here

http://us2.php.net/xml

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php