What will be the output of the following PHP code?
<?php
$author = "nachiketh@example.com";
$author = str_replace("a","@",$author);
echo "Contact the author of this article at $author.";
?>
- Contact the author of this article at [email protected]@mple.com
- [email protected]t the @uthor of this @rticle @t [email protected]@[email protected]
- Contact the author of this article at [email protected]@[email protected]
- Error
(c).Contact the author of this article at [email protected]@[email protected]
need an explanation for this answer? contact us directly to get an explanation for this answer