Hello all,
I'm trying to parse the contents of the <title> tags from a page generated from a random url. Can anyone guide me in this endeavor?
your help is appreciated
-sof
Post the code you have so far, and give a bit more details as to what you are trying to do. Like, how are the pages generated? Is it your own URL, or someone else's URL, etc...
(TheDefender) I havent any yet. Ive been searching and looking at other code out ther but its all way more then i need. I was looking for more for a general direction to start looking. Mabe a pointer to some of the general functions i would need to right it. Im new to PHP and its API.
Im trying to make a page bookmarker for a frames based site. Id like to pass the content bettween the <title>$x</title> as a variable to the js the will do the bookmarking. Its my beginner project.
you know i think this will work
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10255954&highlight=parse+html+title
-aiight