What will be the value of the variable $input in the following PHP code?
<?php
$input = "Swapna<td>Lawrence</td>you are really<i>pretty</i>!";
$input = strip_tags($input,"<i></i>");
?>
- Swapna Lawrence you are really pretty!
- Swapna
Lawrence | you are reallypretty!
- Swapna
Lawrence | you are really pretty!
- Swapna Lawrence you are reallypretty!
(d).Swapna Lawrence you are really<i>pretty</i>!
need an explanation for this answer? contact us directly to get an explanation for this answer