Hi,
I have the following string: " <div class="style1">Company</div> <div class="style1">Name</div> <div class="style1">age</div> " How can I extract just the "Company" and "Name" and "age"?
I cant use strip_tags() .
Any ideas?
regards,
Please dont multipost. See you other thread.