Doubt on fopen
Posted: Tue Feb 24, 2009 3:54 am
Hi Developers,
I need to evoke a URL using fopen. I tried several ways... I can echo the link just above the fopen without any trouble...
I'm using like this...
$link = "...URL Here...";
$handle = fopen("$link", "r");
if ($handle....
....
....
If I echo the link, I can see the correct link... If I copy and paste that echoed link, my need is served.... I need to evoke the link and if its a success, then I need to direct it the success page, else failed page.
Any help will be appreciated...
I need to evoke a URL using fopen. I tried several ways... I can echo the link just above the fopen without any trouble...
I'm using like this...
$link = "...URL Here...";
$handle = fopen("$link", "r");
if ($handle....
....
....
If I echo the link, I can see the correct link... If I copy and paste that echoed link, my need is served.... I need to evoke the link and if its a success, then I need to direct it the success page, else failed page.
Any help will be appreciated...