<?php
$dbsocket=mysqli_connect("localhost", "solar24_cart", "rrXKuA2c4b5O") or die ('I cannot connect to the database because: ' . mysql_error());
mysqli_select_db($dbsocket, 'solar24_inventory');
include('header.php');
?>
<h1>Products</h1>
<table>
<tr>
<td>
<h2><a href="s24mini.php"><span style="color: #ff0000;">S24-Mini</span> Solar Power Supply</a></h2>
This tiny, lightweight solar power supply features an integrated 40WH LiFePO4 battery, and offers plug-and-play convenience for QRP stations, camping, and anything else that needs a simple, reliable 12V DC power supply.
</td>
<td style="text-align: right;">
<a href="s24mini.php"><img src="s24mini_products.jpg" style="margin-top: 3em; margin-left: 0.5em;"></a>
</td>
</tr>

<tr>
<td>
<h2><a href="s24controllers.php"><span style="color: #ff0000;">Solar24</span> Controller Boards</a></h2>
Solar24&trade; controllers are designed and manufactured in Michigan using industrial-grade components. Our advanced microprocessors provide intelligent charge and load controls, integrated battery health testing and safety management, and user-configurable peripheral control.
</td>
<td style="text-align: right;">
<a href="s24controllers.php"><img src="s24-model2-pcb.jpg" style="margin-top: 3em; margin-left: 0.5em;"></a>
</td>
</tr>

<tr>
<td>
<h2><a href="panels.php">Photovoltaic (PV) Solar Panels</a></h2>
We carry a line of high-quality, rigorously tested and honestly rated monocrystalline PV panels, with 10, 30 and 50 watt models available.
</td>
<td style="text-align: right;">
<a href="panels.php"><img src="panels.jpg" style="margin-top: 3em; margin-left: 0.5em;"></a>
</td>
</table>
<?php include('footer.php'); ?>
