Re: [PHP] Help taking a string from a file

2006-01-15 Thread Curt Zirzow
On Sat, Jan 14, 2006 at 09:03:24AM -0700, Lists wrote: My goal is to take just the HTML for the image and link from the Flickr badge js script. ... ? // allow retrieval of external web source ini_set('allow_url_fopen',1); // get flickr js file $photo =

[PHP] Help taking a string from a file

2006-01-14 Thread Lists
Hello List, I made something work, but probably in the most crappy way possible. My goal is to take just the HTML for the image and link from the Flickr badge js script. This is what I did, please help me do in a better way. I'd appreciate good sources to read to learn to strip stuff