Posted by Ewoud Dronkert on 10/22/05 14:12
Iván Sánchez Ortega wrote:
> NurAzije wrote:
>> $lines = file_get_contents($url);
>> $done=explode("@",$lines);
>
> I think here lies your problem. explode() expects its second parameter to be
> an string, but you are feeding it an array (file() always returns an
> array). [...]
> or use file_get_contents() instead of file(), that returns a string.
He did!
--
E. Dronkert
Navigation:
[Reply to this message]
|