Suppose I have the code below, how can I only remove the HTML tag of <p> and </p>?
Thanks
<p>This is the first line<br /> This is the second line with image <img src="1.jpg" /></p>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your looking for the str_replace function.
mixed str_replace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] )