Ultrashock Forums > Development > Server Side
[PHP] Retrieving XML with PHP?

You are currently viewing our website as a guest which gives you limited access to forums, files and other resources.

Click here to join now for free, and start interacting with our members, download files and much more!

Click here if you are looking for our Flash files and other professional assets.
 
Post Reply | View first unread | Rate Thread Search this Thread | Thread Tools | Display Modes

#1
Bookmark and Share!
Getting Xml using php
Old 2002-08-07

Hi there
I have made a little flash file that reads
xml from moreover.com it works as long a
the xml file is local but I need to work
by get the xml file from the moreover
server. I have been toled to use this php
script but I can get it to work.

<?php // get a web page into a string echo join ('', file
('<http://p.moreover.com/cgi-local/pag...me%20news&o=xml>
')); ?>

if I view this file from my brouser then it should diplay the
xml but it doesn't I just get an error

Parse error: parse error, unexpected $
in /usr/home/macnet/public_html/moreover.php on line 4

what am I doing wrong

any help would be great

thanks

mac-10
postbit arrow 6 comments | 291 views postbit arrow Reply: with Quote   
Registered User
mac-10 is offline
seperator
Posts: 156
2001-10-03
Age: 30
seperator

Ultrashock Member Comments:
snaK9 snaK9 is offline 2002-08-07 #2 Old  
Code:
<?
$xmlfeed = file('http://p.moreover.com/cgi-local/pag...me%20news&o=xml');
$xmlfeed = implode("", $xmlfeed);
echo $xmlfeed;
?>
er, or whatever the url is
Reply With Quote  
mac-10 mac-10 is offline 2002-08-07 #3 Old  
thanks for the help
work like a charm

cheers

mac-10
Reply With Quote  
mac-10 mac-10 is offline 2002-08-08 #4 Old  
I got it all to
work here's the link

http://www.mac-10.net/uknews.html

thanks for your help snaK9

mac-10
Reply With Quote  
snaK9 snaK9 is offline 2002-08-08 #5 Old  
Originally posted by mac-10
I got it all to
work here's the link

http://www.mac-10.net/uknews.html

thanks for your help snaK9

mac-10
cool
Reply With Quote  
x3ro x3ro is offline x3ro lives in Australia 2002-08-08 #6 Old  
big up yourself, snak9! youre an asset to this forum.
Reply With Quote  
snaK9 snaK9 is offline 2002-08-08 #7 Old  


thanks man
Reply With Quote  
Thread Tools
Display Modes Rate This Thread
Rate This Thread: