Which function in php validate if the string is html? My target to take input from user and check if input html and not just string.
Html değil dize için örnek:
sdkjshdk<div>jd</h3>ivdfadfsdf or sdkjshdkivdfadfsdf
Html dizesi için örnek:
<div>sdfsdfsdf<label>dghdhdgh</label> fdsgfgdfgfd</div>
Teşekkürler