[PHP] Re: modify an element of a HTML tag within a string

2002-07-18 Thread Monty
Okay, this is just very general info to help point you in the right direction, but, here are some functions you'll probably need to accomplish this: * Regular Expressions * pregi() and/or eregi() * explode() and implode() * str_replace() Regular expressions will probably be the most

[PHP] Re: modify an element of a HTML tag within a string

2002-07-18 Thread Richard Lynch
I've asked simular questions before, but I think I'm finally asking the *right* question to get the right answer. That's often the tricky part :-) I'm look for some suggestions on the best method of parsing a HTML document (or part thereof), with the view of CAPTURING and MODIFYING a specific