Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-26-2011, 11:29 AM   PM User | #1
cyberhostbd
New Coder

 
Join Date: Sep 2011
Location: USA
Posts: 27
Thanks: 3
Thanked 1 Time in 1 Post
cyberhostbd is an unknown quantity at this point
How to parse data from a html file?

I'm trying to learn how to parse data from html file. What functions of php I need to learn for this. Can you please give any guideline?
cyberhostbd is offline   Reply With Quote
Old 09-26-2011, 12:21 PM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,055
Thanks: 8
Thanked 1,032 Times in 1,023 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Because there are so many example, exceptions, and sometimes difficulty in
getting the parse you want, here are many different methods:
http://www.google.com/search?q=php+s...gs&btnG=Search

It all depends on the website, and which data you're going after.


.
mlseim is offline   Reply With Quote
Old 09-26-2011, 03:26 PM   PM User | #3
chris0
New Coder

 
Join Date: Sep 2011
Posts: 45
Thanks: 1
Thanked 6 Times in 6 Posts
chris0 is an unknown quantity at this point
Regex !
all the functions of preg_*

preg_match
preg_match_all
preg_split
....

full list of regex functions:
http://www.php.net/manual/en/ref.pcre.php

----

also few functions that will come in handy
strpos
strlen

full list of all php string functions:
http://php.net/manual/en/ref.strings.php
chris0 is offline   Reply With Quote
Reply

Bookmarks

Tags
parsing

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:39 AM.


Advertisement
Log in to turn off these ads.