0
//
$hote = $_SERVER['HTTP_HOST'];
if ($hote == "www.designreviver.com") {
First API key }
else {
2nd API key
}
$hote = $_SERVER['HTTP_HOST'];
if ($hote == "www.designreviver.com") {
First API key }
else {
2nd API key
}
0
Yes, you can put you key in a var, and just change the value's var with javascript