Many thanks for the advice. Below is the resulting code
Code:
<?php
error_reporting(E_ALL);
ini_set('display_errors', true);
$host = "localhost";
$user = "wxoww";
$pass = "password";
$dbname = "wxoww";
$datatbl= "tbl_owwdata";
$connection = mysql_connect($host,$user,$pass);
if(!$connection)
Leave a comment: