Hey;
I'm trying to build a custom call API file so it makes it harder for hackers to attack my application. My question is do I have to put every custom variable like
$test = array();
through my API? How exactly should I go around to building a custom API?