Hello i am newbie in php I am having a simple php error I did google. but wasnt able to figure out the exact keywords
<?php
$vtext="<img alt="" src="/wp-content/themes/9GAG/images/smileynearvote.JPG" style="width: 15px; height: 17px; " />";
?>
This is how i call it
<?php echo $vtext ?>
But when i use this i get an Internal server Error
i did google only founded that how to create an image with php
but didnt find how to use it string
My cms is wordpress