How to retrieve a value from \[code\]<a>\[/code\] tag.\[code\] <a href="" class="test" id="content">Hai</a>\[/code\]From the above code i need to extract the value(test or content) either from class or id and want to store the extracted value in db using php.