Ok, first, I want to ask what mailing list should I mail for a scripting
question? Ive been on this list for about 6 months now, And i dont recall
seeing to many script questions.
2nd, Im having a problem with the eregi command again (if you remember my
e-mail from yesterday). Heres the problem, I can find a match for what I
want, but it wont get the rest of the lines if theres a return in them, such
as the following:
(commands have * inside of the brackets for people with HTML mail, such as
myself)
<*tr*><*td*>1) Name here<*/td*>
<*td align=right*>Results Here<*/td*>
<*td align=right*>Result Time Here<*/td*>
<*td align=right*>Average Time Here<*/td><*/tr*>
If i use just the <*tr*><*td*>1) (.*)to search for, it will just return the
Name Here part,
If I use <*td*><*td*>1)(.*)<*/td*><*/tr*> to search for it, it wont return
anything? If anyone has any ideas, or can pont me in the right direction, I
would appreciate it.
~Jeff