Meet your Beautician:
Ido Starlit Sunrider arrived on Calypso after the robot wars on 29th October 2003
When the beautician profession was introduced in '05 Ido was quick to establish
one of the first professional beauty parlors on Calypso and has been providing beauty
services to the community ever since. Ido is also a patron for many artists of calypso
managing an art gallery in Billton Towers at New Oxford. He also enjoys helping other
colonists on their adventures providing healing services. |
|
|
Adverts
| |
|
Ido Sunrider is
include("db/dbinfo.inc.php");
mysql_connect($databasehost,$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
$query = "SELECT location FROM `online` WHERE id = 444";
$result=mysql_query($query);
mysql_close();
$temp = mysql_result($result,0,"location");
if($temp=="Offline")
{
?>
OFFLINE
at this moment
}
else
{
?>
ONLINE
at echo $temp; ?>
}
?>
|
|