Welcome to South Gippsland Tennis Coaching!
Here at South Gippsland Tennis Coaching our aim is to provide exceptional tennis coaching services
in and around the
South Gippsland area.
We cater for all ages and all skill levels, and we also provide any
gear you might need.
We also provide a range of
programs from ages 4 and up. So if you're thinking of getting into tennis then
why not
drop us a line. Alternatively you can fill out our
contact form and we'll get back to you.
include 'global_vars.php';
$link=mysql_connect($host, $user, $pw) or die(mysql_error());
mysql_select_db($db) or die(mysql_error());
//get homepage values
$query="SELECT * FROM homepage WHERE h_ref='1'";
$result=mysql_query($query,$link);
$homepage_text=mysql_result($result,0,'h_text');
$homepage_text_scroll=mysql_result($result,0,'h_text_scroll');
$program=mysql_result($result,0,'h_program');
// close the connection
mysql_close();
?>