View Single Post
  #1  
Old 07-08-2006, 02:19 PM
banaax banaax is offline
SEO Junior and a half
 
Join Date: Oct 2005
Posts: 42 banaax is on a distinguished road
set variable equal to number on another page

I'm making an automated link adding form to my site, I will have the requester type in the url they are linking back to my site from. I want to verify that their page is linking back and get the pr of that page from another one of my sites which supports jsp, and store those values in php from the main site (unless someone has the php code to do that).

example
go to http://www.straightupwin.com/getpr....n.com/links.php
should show a 3, then from the form page I want to use php like..

$mypr = include("http://www.straightupwin.com/getpr.jsp?myurl=www.caniwin.com/links.php");

as you might guess this does not store the value of 3 into $mypr, can anyone help me out as to how I would do this?
Reply With Quote