This is a php file. It has <<<HTML HTML; that's where the html is put to display.
I want to put in $variable inside <<<HTML so it'll show the following:
$blog_query="SELECT Title,Text,jmood,gcategory,user FROM mytable";
$result=mysql_query($blog_query);
but with the above code this displays:
SELECT Title,Text,jmood,gcategory,user FROM mytable
instead of the blog.