Hi there,
I am trying to open remotely the file http://www.parentprofiles.com/clicker.php
and am useing the code:
<?
$fp = fopen("http://www.parentprofiles.com/clicker.php?profile_id=" .
$this->profile_id
. "&code=1","r");
echo $fp;
?>
to do it. however when I do all I get is a response that says:
Resource id #1
instead of giving me the page. Any ideas?
Alan
______________________________________________
Is your life touched by adoption . . . or do you wish it were?
Visit www.Adoption.com.
Get FREE Adoption.com e-mail at www.AdoptionMail.com.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]