Spritely






















if (!empty($_GET['csd'])){
echo "Amstrad Cartridge Software Demonstrator";
}
else if (!empty($_GET['config'])){
echo "Amstrad CPC Plus";
}
else {
echo "Amstrad GX4000";
}
?>
|
if (!empty($_GET['csd'])){
echo "Amstrad Cartridge Software Demonstrator";
}
else if (!empty($_GET['config'])){
echo "Amstrad CPC Plus";
}
else {
echo "Amstrad GX4000";
}
?>
|