*
FROM
press_releases
WHERE
pr_id = ‘” .$_GET[fusion_builder_container hundred_percent=”yes” overflow=”visible”][fusion_builder_row][fusion_builder_column type=”1_1″ background_position=”left top” background_color=”” border_size=”” border_color=”” border_style=”solid” spacing=”yes” background_image=”” background_repeat=”no-repeat” padding=”” margin_top=”0px” margin_bottom=”0px” class=”” id=”” animation_type=”” animation_speed=”0.3″ animation_direction=”left” hide_on_mobile=”no” center_content=”no” min_height=”none”][‘id’]. “‘”;
$result = mysql_query($query) or die (mysql_error());
while($row = mysql_fetch_array($result))
{
$date = $row [‘pr_date’];
$body = $row [‘body’];
$title = $row [‘title’];
$pdf= $row [‘pdf’];
}
echo”
$title
“;
$date = date(“F d, Y”, strtotime($date));
echo”
“;
echo”
$body
“;
echo”
Click here to download a PDF of this press release
“;
echo”
“;
echo”Return to Press Releases“;
?>[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]
