Jump to content

Why can't i get to fetch and display from myspace properly ? code below...


jd2007

Recommended Posts

i want to display the photo, name, headline, Orientation, Here For, Gender, Age, Location, Profile Updated from the first result, from here : http://searchresults.myspace.com/index.cfm?fuseaction=find.search&searchType=network&interesttype=&country=&searchBy=Display&f_first_name=hello&Submit=Find&SearchBoxID=FindAFriend

 

here's my code:

<?php

$file=file_get_contents("http://searchresults.myspace.com/index.cfm?fuseaction=find.search&searchType=network&interesttype=&country=&searchBy=Display&f_first_name=hello&Submit=Find&SearchBoxID=FindAFriend");
$a=explode('<table id="friendresults" class="bordered">', $file);
$b=explode('<table class="findpaging" border="0" cellspacing="5" cellpadding="0" width="100%" bordercolor="#000000" bgcolor="white">', $a[1]);
$c=explode('									<td>
									<ul>
										<li><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=2244">View Profile</a></li>
										<li><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=2244&Mytoken=1E016271-1734-4F48-A2DC33861AF3A5FE38969068">Send Message</a></li>

											<li><a href="#" onclick="javascript: IsMySpaceIMInstalledById(2244);">Send Instant Message</a></li>

										<li><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.forward&friendID=2244&f=forwardprofile&Mytoken=1E016271-1734-4F48-A2DC33861AF3A5FE38969068">Forward to a Friend</a></li>
										<li class="last"><a href="http://blog.myspace.com/index.cfm?fuseaction=blog.addToPrivateList&friendID=2244&Mytoken=1E016271-1734-4F48-A2DC33861AF3A5FE38969068">Add to Blog Preferred List</a></li>

									</ul>
								</td>', $b[0]);
echo $c[0];


?>

 

but i don't get the expected results...pls help....

what are you getting extra that you want removing?

 

I get a photo and then

 

 

hello

 

Headline: ""

Orientation: No Answer

Here For: Friends

Gender: Female

Age: 107

Location:

Profile Updated: 26 Aug 2003, 15:28

 

    * View Profile

    * Send Message

    * Send Instant Message

    * Forward to a Friend

    * Add to Blog Preferred List

 

 

Regards

Liam

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.