/******************************************************************** * php online CV system for Stunts Production. * * Copyright (C) 2006 Vision Quest Media. All rights reserved. * http://www.vq.co.nz/ * * Developer: Joe Fang * joefang@vq.co.nz * * $Id: people.php 20/01/2006 *********************************************************************/ session_start (); include 'config.php'; include ("header.php"); $query = "SELECT * FROM stuntpeople WHERE gender='Female' AND inactive!='true' ORDER BY firstname"; $query1 = "SELECT * FROM stuntpeople WHERE gender='Male' AND inactive!='true' ORDER BY firstname"; $r=mysql_query($query); $r1=mysql_query($query1); $numrows=mysql_num_rows($r); $numrows1=mysql_num_rows($r1); $numrows=$numrows+$numrows1; if ($numrows!=0) { echo "
| Select a Stunt Person Below | Search by Skills |
";
echo "
|
| Stunts People |
";
echo "
|