Hi,
I'm a perl programmer normally - but I'm having to use PHP on a job.
I can't seem to find the PHP equivelant of a perls LWP::Simple::get() function
What I need is something like:
<?
$url = ' echo get($url);
?>
Is this even possible? I've been through a TON of stuff on Google, as well as even the PHP sites - but cos I'm not 100% sure what I'm looking for, I still havn't found a solution :'(
TIA for any suggestions!
Andy
I'm a perl programmer normally - but I'm having to use PHP on a job.
I can't seem to find the PHP equivelant of a perls LWP::Simple::get() function
What I need is something like:
<?
$url = ' echo get($url);
?>
Is this even possible? I've been through a TON of stuff on Google, as well as even the PHP sites - but cos I'm not 100% sure what I'm looking for, I still havn't found a solution :'(
TIA for any suggestions!
Andy