Web Hosting Talk







View Full Version : PHP Expt doubt


Flipe.NET
11-24-2005, 08:40 PM
i read somewhere that i can open a html page llike
http://www.domain.com/folder/a.php?act=nice
and get the html code
then find 2 specific words and abstract the info i need like i have
<html>
<tr height=2>
info i need
</tr>
</html>

then i explode the thing i want
some can help?
tnkz

azizny
11-24-2005, 08:53 PM
i read somewhere that i can open a html page llike
http://www.domain.com/folder/a.php?act=nice
and get the html code
then find 2 specific words and abstract the info i need like i have
<html>
<tr height=2>
info i need
</tr>
</html>

then i explode the thing i want
some can help?
tnkz


lol@explode...

Search google or wht for fopen/fread/fclose --> that you need to get the html code

To search, search PHP manual for regular expressions..

Peace,