Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
// Run the image handler for the Category set
switch(strtolower($subcat))
{
case "film producers":
$imgname = "film";
break;
case "science: chemistry":
$imgname = "chem";
break;
case "science: computing":
$imgname = "compu";
break;
case "science: economics":
$imgname = "econ";
break;
case "science: mathematics":
$imgname = "math";
break;
case "science: medicine":
$imgname = "medi";
break;
case "science: physics":
$imgname = "phys";
break;
case "science: psychology":
$imgname = "psych";
break;
case "sportsmen/women":
$imgname = "sports";
break;
default:
$imgname = stripslashes($subcat);
break;
}
Originally posted by Basic Viper Account
Whats that?
It looks very 1337?
Is it Java? HTML?
Originally posted by Race Idiot
I dont know any c
Thats a big book!
Mind you I have a set of 4 Mcse books they weigh a flippin ton. Although I only reads one at a time.