Jump to content

RESTful help


sasori

Recommended Posts

I was asked to create a class that will enable the user to pull data and post a data using their site to a video posting website. the problem is i don't really know what to do

here's my first code

    $url = "http://www.howcast.com/videos/230309-How-To-Roll-Pastry-Dough.xml?api_key=[api key here]";
    $response = file_get_contents($url);
    echo $response;

 

running that code renders a bunch of string on the browser,

what the best thing to do ?

( before posting this, i was already searching google for a rest + php tutorial, but there's a nosebleeding limited tutorial on the net)

Link to comment
https://forums.phpfreaks.com/topic/187260-restful-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.