grazzman Posted July 26, 2006 Share Posted July 26, 2006 So, I am pulling a webpage and then stripping it into values. Is their anyway to tell CURL to just dump the text? I'm trying to get a results like what lynx -dump will do where all you get is the text. I know I can strip all the html out, but then their is no order on the page.... if that makes sence... If anyone knows of a curl tag that will just grab the text, I would be very very thankful. Quote Link to comment https://forums.phpfreaks.com/topic/15720-question-about-curl/ Share on other sites More sharing options...
trq Posted July 26, 2006 Share Posted July 26, 2006 Curl has nothing to do with text processing. You'll need to strip the tags manually using the [man]string[/man] functions. Quote Link to comment https://forums.phpfreaks.com/topic/15720-question-about-curl/#findComment-64190 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.