I'm trying to parse a webpage, and basically the main name is on the second line, while the status is on the previous line.
Now my script parses the webpage, finds the main name, but now i need to move up one line to catch the status.
ie,
<img src=up.gif><br>
<font size=3>Main name</font>
Now, my script allows for adding and deleting of different names, so it needs to do this in the while loop, now, I'm pretty sure I can handle everything except this one part, never done anything like this before.
Thanks