Innovate Services provides delicious hot meals and packed lunches for you to pre-order online. We believe in creating healthy meals which inspire pupils and helps them concentrate at schools to get the very best from their education.

This portal allows you to order hot meals and packed lunches for you children for them to have at school.

To register on the system, click "Getting Started" in the menu.

'; OpenDB(); $sql = "select AdvertHTML from CateringCompany where ID=$CaterID"; $temp_rs = mysql_query($sql, $db_conn) or die('Query failed of '.$sql.': '.mysql_error()); $Adverts = mysql_result($temp_rs,0,"AdvertHTML"); $sql = "select ID,Name from ServingPremises where CateringCompanyID=$CaterID and Active=1 order by Name"; $temp_rs = mysql_query($sql, $db_conn) or die('Query failed of '.$sql.': '.mysql_error()); CloseDB(); if(mysql_num_rows($temp_rs)>15){ $HTML_LAYOUT_MAIN .= '
'; } else { for($i=0; $i'.mysql_result($temp_rs,$i,"Name").'
'; } } $HTML_LAYOUT_MAIN .= '

'; $HTML_LAYOUT_SIDEBAR = GetPublicSideBarHTML($Adverts); include("layout.html"); ?>