/****************************************************************************\
** **
** This code has been generated with easyGen 2.2 **
** http://www.easygen.com **
** easyGen copyright (C) 2003 - 2004 Symbiant Software. **
** Symbiant is a trade mark of Credit Card Merchant Services Ltd. **
** **
** **
** THIS CODE IS PROVIDED BY THE COPYRIGHT HOLDERS AND **
** CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, **
** INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF **
** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE **
** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR **
** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, **
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT **
** NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; **
** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) **
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN **
** CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR **
** OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS CODE, **
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **
** **
\****************************************************************************/
// Turn on magic quotes to prevent SQL injection attacks
if(!get_magic_quotes_gpc())
set_magic_quotes_runtime(1);
// Connect to database
$eg_objConn1 = mysql_connect("mysql.topproperties.co.uk", "ogradab", "YykWNYPG");
mysql_select_db("ogradab", $eg_objConn1);
// Get Record Set
$eg_recResult1 = mysql_query("SELECT `Property`.`PropertyId` , `Property`.`Name`, `Property`.Area, `Property`.`SmallImage` , `Property`.`RentPerMonth`, `Property`.`DateAvaiable`, `Property`.`TypeOfProperty` , `Property`.`NoBedrooms`, `Property`.`ShortDescription` , `Property`.`FeaturedProperty` FROM Property WHERE `Property`.`FeaturedProperty` = 'Y'", $eg_objConn1);
$eg_Result1 = @mysql_fetch_array($eg_recResult1, MYSQL_ASSOC);
?>
|
|
|

01223 882828 |
|
|
|
      |
|
|
 |
|
|
Standard Charges as at 1st November 2006
|
Gold Service Fully managed including
maintance and repair* |
|
Rooms |
10% per month |
|
Single Properties |
10% per month |
|
Multiple Properties |
Discounted rates on request |
*repairs passed on at cost except where quotes requested
|
Silver Service Find Tenant
Referencing and Rent collection |
|
Rooms |
7% per month |
|
Single Properties |
7% per month |
|
Multiple Properties |
Discounted rates on request |
|
Bronze Service Find Tenant
Referencing or Empty care |
|
Rooms & Single Properties |
50% of first months rent |
|
Multiple Properties |
40% of first months rent |
|
Empty Care |
£20 per week |
|
Other Services |
|
Inventory Unfurnished 1 and 2 bedrooms |
£30 |
|
Inventory Unfurnished 3 bedrooms |
£50 |
| Inventory Unfurnished 4/5 bedrooms |
£70 |
| Inventory Unfurnished 6+ bedrooms |
Price on Request |
|
Inventory Furnished |
Price on request |
Top Properties commitment
to the service you deserve |
|
İTop Properties Ltd 2006 all
rights reserved |
|
|
|
|
|
|
|
|
// Tidy up used objects
// Close recordset
if(isset($eg_recResult1)) @mysql_free_result($eg_recResult1);
// Close database connection
if(isset($eg_objConn1)) @mysql_close($eg_objConn1);
?>