HTTP Request

This is a discussion on HTTP Request within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hey peoples, Just a quick one as i dont know where to start, i have a friends website that returns ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-27-2004
Larcos
 
Posts: n/a
Default HTTP Request

Hey peoples,

Just a quick one as i dont know where to start, i have a friends website
that returns results and only results on request... so if i go to
www.someplace.com/getstuff.txt

It will return raw text like
(no formatted code like fonts etc)

username=fred
age=20
hobbies=123

My question is, is it possible to request that data from my server in a php
script and then load the lines one by one into a variable?

Thanks if someone could point me in the right direction :)

Thanks upon reply.


Reply With Quote
  #2 (permalink)  
Old 08-28-2004
Nikolai Chuvakhin
 
Posts: n/a
Default Re: HTTP Request

"Larcos" <newsgroup@larcos.com.au> wrote in message
news:<412eddde$0$25605$afc38c87@news.optusnet.com. au>...
>
> i have a friends website that returns results and only results
> on request... so if i go to www.someplace.com/getstuff.txt
>
> It will return raw text like
> (no formatted code like fonts etc)
>
> username=fred
> age=20
> hobbies=123
>
> My question is, is it possible to request that data from my server in a php
> script and then load the lines one by one into a variable?


Yes. This snippet of code:

$data = file('http://www.someplace.com/getstuff.txt');

will result in $data being an array of three srtings:

key value
0 username=fred
1 age=20
2 hobbies=123

Cheers,
NC
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:41 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0