Jump to content

array problam


redarrow

Recommended Posts

why dosent the array work please there a blank page want

array number [4]

 

<?php
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, "http://mail.live.com/");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$output = curl_exec($ch);


curl_close($ch);

$res=explode(' ',$output);

//PRINT_R($res); // will work

echo "

<pre>

".$res[4]."

</pre>";
?>

Link to comment
https://forums.phpfreaks.com/topic/108446-array-problam/
Share on other sites

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.