I am having trouble to display generate HTML using PHP. Most of it is ok, but when I try to display a image with the image source as variable, it doesn't work out so well. I believe it is a syntax error. Here is the code:
$authoriconp is a varible with the source path.
Code:
<img src=\"$authoriconp\" width=\"34\" height=\"32\">
$authoriconp is a varible with the source path.