Current location: Hot Scripts Forums » Programming Languages » PHP » [SOLVED] Need some help with XML


[SOLVED] Need some help with XML

Reply
  #1 (permalink)  
Old 08-15-08, 07:09 PM
Cozmo Cozmo is offline
New Member
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Need some help with XML

First of all if this is not the correct topic for this sorry

Ok a site is offering their search results true XML like this: (example.com/xml.php?q=name+of+search)

I can not figure out how to target that true php on my site.

I want it like this (for example):

mysite.com/s.php?q=name+of+search

And list the results from that site.

So any help would be much appreciated
Reply With Quote
  #2 (permalink)  
Old 08-16-08, 02:13 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
PHP Code:

$xml file_get_contents("http://example.com/xml.php?q={$_GET['q']}");

// Do whatever with $xml 
Reply With Quote
  #3 (permalink)  
Old 08-16-08, 11:34 PM
Cozmo Cozmo is offline
New Member
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
XML PHP MYSQL- Writing to a xml file punky79 PHP 8 05-18-09 04:21 AM
xml to mysql using php - urgent mianriz PHP 1 12-21-06 03:51 PM
reading a remote xml file into a variable bdee1 PHP 1 12-20-05 12:32 PM
importing xml to phpnuke block larryflynt PHP 0 10-22-04 03:59 PM
javascripting and XML Christoff JavaScript 1 06-23-04 05:44 AM


All times are GMT -5. The time now is 07:53 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.