Page 1 of 1

cURL Result Formatting

Posted: Sun Sep 30, 2007 6:42 pm
by RobbieL
Hey guys,

Is there anyway to custom format the result returned from using cURL? For example, if I directed my cURL script to a Google search for "PHP", is it possible for me to grab the result and format/style it in a way to look visually different?

Cheers.

Posted: Sun Sep 30, 2007 6:57 pm
by feyd
Sure, but cURL wouldn't be involved. You would have to manipulate the results yourself.

Posted: Sun Sep 30, 2007 7:05 pm
by RobbieL
Cool. But I'd still use cURL to grab the results, right?

Posted: Sun Sep 30, 2007 7:21 pm
by superdezign
That'd work just fine. What you do with the data after you get it is completely up to you.