Howdy people... I want to extract the name of a hyperlink which looks like this:
<a href="">this is the name!</a> I tried to do this: ereg(">([a-zA-Z0-9_. -]*)<",$hlink, $reg3); and it works if it only consists of the above characters, how can I tell ereg to include all characters? not only "a-zA-Z0-9_. -". / Tony... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]