New Technologies
The world of renewable technologies is constantly changing, exciting
advances in solar technologies and renewable energy storage are around the corner. Some of them have already arrived.
- Organic mega-flow batteries
- Smart solar panels
$db = new mysqli($dbhost, $dbuser, $dbpass, $dbname);
if($db->connect_errno > 0){ die('Unable to connect to database [' . $db->connect_error . ']'); }
$sql = "SELECT * FROM tbl_content WHERE str_section = 'news' and str_display = 'y'";
if(!$search = $db->query($sql)){ die('There was an error running the query [' . $db->error . ']'); }
while($row = $search->fetch_assoc()){
echo "- ".$row['str_linktext']."
";;
}
?>