and here is the normal text
- lets create our list
- another list item righr here
| <?php | |
| $servername = "localhost"; | |
| $username = "username"; | |
| $password = "password"; | |
| $dbname = "myDB"; | |
| // Create connection | |
| $conn = new mysqli($servername, $username, $password, $dbname); | |
| // Check connection | 
| <?php | |
| $servername = "localhost"; | |
| $username = "username"; | |
| $password = "password"; | |
| $dbname = "myDB"; | |
| // Create connection | |
| $conn = mysqli_connect($servername, $username, $password, $dbname); | |
| // Check connection | |
| if (!$conn) { | 
| <?php | |
| $servername = "localhost"; | |
| $username = "username"; | |
| $password = "password"; | |
| $dbname = "myDB"; | |
| // Create connection | |
| $conn = new mysqli($servername, $username, $password, $dbname); | |
| // Check connection | |
| if ($conn->connect_error) { | 
| <?php | |
| $servername = "localhost"; | |
| $username = "username"; | |
| $password = "password"; | |
| $dbname = "myDB"; | |
| // Create connection | |
| $conn = new mysqli($servername, $username, $password, $dbname); | |
| // Check connection | |
| if ($conn->connect_error) { | 
| <?php | |
| $servername = "localhost"; | |
| $username = "username"; | |
| $password = "password"; | |
| $dbname = "myDB"; | |
| // Create connection | |
| $conn = new mysqli($servername, $username, $password, $dbname); | |
| // Check connection | |
| if ($conn->connect_error) { | 
| <?php | |
| $servername = "localhost"; | |
| $username = "username"; | |
| $password = "password"; | |
| $dbname = "myDB"; | |
| // Create connection | |
| $conn = new mysqli($servername, $username, $password, $dbname); | |
| // Check connection | |
| if ($conn->connect_error) { | 
| <? php | |
| // 15 = offset | |
| // 10 = items | |
| $sql = "SELECT * FROM Orders LIMIT 15, 10"; |