here is my string
hello world hello world
how can I convert this string
hello &
please read more on php ..Maybe this can help you https://www.w3schools.com/pHp/default.asp
<?php echo "hello"; echo "</br>"; echo "world"; echo "</br>"; echo "</br>"; echo "<input type = 'textare' value = 'hello world'>"; ?>